Changed Configurations to use the assets repo instead of paths in main repo

This commit is contained in:
2026-04-14 11:06:44 +02:00
parent 7ed6185b1d
commit 1991a88884
8 changed files with 53 additions and 21 deletions

View File

@ -4,6 +4,7 @@
username,
project,
plasmaTheme,
cookiez-assets,
...
}: {
programs = {
@ -123,7 +124,7 @@
};
};
configFile = {
plasmarc.Wallpapers.usersWallpapers = "/home/cookiez/NixOS/other/wallpaper1.png";
plasmarc.Wallpapers.usersWallpapers = "${cookiez-assets}/wallpapers/pixel-desert.png";
};
};
};