added wallpaper assets
This commit is contained in:
@@ -1,14 +1,10 @@
|
||||
{
|
||||
inputs,
|
||||
myConfig,
|
||||
...
|
||||
}: {
|
||||
{inputs, ...}: {
|
||||
imports = [
|
||||
inputs.stylix.homeModules.stylix
|
||||
];
|
||||
stylix = {
|
||||
enable = true;
|
||||
autoEnable = false;
|
||||
image = "/home/${myConfig.nixos.username}/Pictures/Wallpapers/nord-1.png";
|
||||
image = "../../assets/Wallpapers/nord-1.png";
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user