diff --git a/assets/wallpapers/sleeping-blackmetal.png b/assets/wallpapers/sleeping-blackmetal.png new file mode 100644 index 0000000..f4c77e5 Binary files /dev/null and b/assets/wallpapers/sleeping-blackmetal.png differ diff --git a/flake.nix b/flake.nix index fcf8a0c..7887e8c 100755 --- a/flake.nix +++ b/flake.nix @@ -41,8 +41,8 @@ } @ inputs: let system = "x86_64-linux"; username = "pagedmov"; - wallpaper = "${self}/assets/wallpapers/sleeping.png"; - base16scheme = "nord"; # can be easily changed with the chscheme script + wallpaper = "${self}/assets/wallpapers/sleeping-blackmetal.png"; + base16scheme = "black-metal-immortal"; # can be easily changed with the chscheme script # Map colors from yaml to attribute set # Extracting colors into a set here allows them to be propagated across the entire config, with or without stylix diff --git a/modules/home/files.nix b/modules/home/files.nix index 8511439..734847c 100755 --- a/modules/home/files.nix +++ b/modules/home/files.nix @@ -4,7 +4,7 @@ # Basically a to-do list for stuff I need to write my own modules for. let # Custom theme that activates in ssh - ssh_base16 = "black-metal-venom"; + ssh_base16 = "atelier-cave"; scheme_path = "${pkgs.base16-schemes}/share/themes/${ssh_base16}.yaml"; scheme_string = builtins.readFile scheme_path;