hosts/solaire: set wallpaper in solaire itself, not hosts/default.nix
This commit is contained in:
parent
2d295004d0
commit
c233c1a420
2 changed files with 4 additions and 1 deletions
|
@ -25,7 +25,7 @@ in {
|
|||
inherit specialArgs;
|
||||
modules = [
|
||||
./solaire
|
||||
self.nixosModules.style
|
||||
self.nixosModules.theme
|
||||
];
|
||||
};
|
||||
}
|
||||
|
|
|
@ -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";
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue