System : Move wallpaper.
This commit is contained in:
parent
3610ee19ba
commit
b0c5cdaf7d
|
@ -45,8 +45,9 @@
|
||||||
inputs.self.nixosModules.common
|
inputs.self.nixosModules.common
|
||||||
] ++ modules;
|
] ++ modules;
|
||||||
|
|
||||||
specialArgs.inputs = inputs;
|
|
||||||
specialArgs.const = self.nixosModules.const;
|
specialArgs.const = self.nixosModules.const;
|
||||||
|
specialArgs.flake = self;
|
||||||
|
specialArgs.inputs = inputs;
|
||||||
};
|
};
|
||||||
|
|
||||||
# List of all hosts bellow.
|
# List of all hosts bellow.
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
{ environment, ... }: {
|
{ environment, ... }: {
|
||||||
environment.etc.wallpaper = {
|
environment.etc.wallpaper = {
|
||||||
source = "~/.config/linux/wallpaper/";
|
source = ../../../wallpaper;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Reference in a new issue