diff --git a/hosts/default.nix b/hosts/default.nix index 7e617c5..e2b4ddd 100644 --- a/hosts/default.nix +++ b/hosts/default.nix @@ -25,7 +25,7 @@ in { inherit specialArgs; modules = [ ./solaire - self.nixosModules.style + self.nixosModules.theme ]; }; } diff --git a/hosts/solaire/default.nix b/hosts/solaire/default.nix index ee48080..2f0b32d 100644 --- a/hosts/solaire/default.nix +++ b/hosts/solaire/default.nix @@ -1,5 +1,6 @@ { self, + pkgs, specialArgs, ... }: let @@ -26,6 +27,8 @@ in { extraSpecialArgs = specialArgs; }; + theme.wallpaper = ../../wallpapers/lucy-edgerunners-wallpaper.jpg; + networking.hostName = "solaire"; environment.variables.FLAKE = "/home/nezia/.dotfiles"; }