Changed Configurations to use the assets repo instead of paths in main repo
This commit is contained in:
@ -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"
|
||||
];
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user