System : Move wallpaper.

This commit is contained in:
Dmitry Voronin 2024-02-24 20:07:26 +03:00
parent 3610ee19ba
commit b0c5cdaf7d
2 changed files with 3 additions and 2 deletions

View file

@ -45,8 +45,9 @@
inputs.self.nixosModules.common
] ++ modules;
specialArgs.inputs = inputs;
specialArgs.const = self.nixosModules.const;
specialArgs.flake = self;
specialArgs.inputs = inputs;
};
# List of all hosts bellow.

View file

@ -1,5 +1,5 @@
{ environment, ... }: {
environment.etc.wallpaper = {
source = "~/.config/linux/wallpaper/";
source = ../../../wallpaper;
};
}