Added base16 themes
This commit is contained in:
@@ -1,5 +1,10 @@
|
||||
{ config, pkgs, lib, ... }:
|
||||
{ config, pkgs, lib, inputs, ... }:
|
||||
|
||||
with lib;
|
||||
let
|
||||
nix-colors-lib = inputs.nix-colors.lib-contrib { inherit pkgs; };
|
||||
wallpaper = ../../data/wallpapers/globus.jpg;
|
||||
in
|
||||
{
|
||||
imports = [
|
||||
./hardware.nix
|
||||
@@ -15,6 +20,13 @@
|
||||
|
||||
boot.loader.systemd-boot.enable = true;
|
||||
|
||||
# - Themeing ---------------------------------
|
||||
|
||||
colorScheme = nix-colors-lib.colorSchemeFromPicture {
|
||||
path = wallpaper;
|
||||
kind = "dark";
|
||||
};
|
||||
|
||||
# - Modules ------------------------------------
|
||||
|
||||
samfelag.modules = {
|
||||
@@ -32,6 +44,7 @@
|
||||
|
||||
# - Desktop ----------------------------------
|
||||
desktop = {
|
||||
inherit wallpaper;
|
||||
enable = true;
|
||||
laptop = true;
|
||||
};
|
||||
@@ -41,7 +54,6 @@
|
||||
|
||||
dev.git.userName = "marc";
|
||||
dev.git.userEmail = "marc@sastre.cat";
|
||||
|
||||
dev.direnv.enable = true;
|
||||
|
||||
# - Other apps -------------------------------
|
||||
|
||||
Reference in New Issue
Block a user