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

@ -3,6 +3,7 @@
inputs,
username,
project,
cookiez-assets,
...
}: {
imports = [
@ -17,14 +18,14 @@
#"/home/${username}/${project}/other/wallpaper1.png"
#"/home/${username}/${project}/other/wallpaper2.png"
#"/home/${username}/${project}/other/wallpaper3.png"
"/home/${username}/${project}/other/wallpaper4.png"
"${cookiez-assets}/wallpapers/pixel-desert.png"
];
wallpaper = [
#"eDP-1,/home/${username}/${project}/other/wallpaper1.png"
#"eDP-1,/home/${username}/${project}/other/wallpaper2.png"
#"eDP-1,/home/${username}/${project}/other/wallpaper3.png"
"eDP-1,/home/${username}/${project}/other/wallpaper4.png"
"eDP-1,${cookiez-assets}/wallpapers/pixel-desert.png"
];
};
};