new wallpaperthingie
This commit is contained in:
@@ -0,0 +1,6 @@
|
|||||||
|
[default]
|
||||||
|
mode = "stretch"
|
||||||
|
|
||||||
|
# Fallback for outputs not explicitly listed:
|
||||||
|
[any]
|
||||||
|
path = "/home/henrov/nixos_conf/wallpaperstuff/pictures"
|
||||||
@@ -14,7 +14,7 @@ in
|
|||||||
home-manager.users.${user.username} = {
|
home-manager.users.${user.username} = {
|
||||||
programs.wpaperd.enable = true;
|
programs.wpaperd.enable = true;
|
||||||
|
|
||||||
xdg.configFile."wpaperd/wallpaper.conf".source = "${wallpaperSource}/wallpaper.conf";
|
xdg.configFile."wpaperd/wallpaper.conf".source = "${wallpaperSource}/wpaperd-runtime.toml";
|
||||||
|
|
||||||
# Copy the rest of the folder (if needed)
|
# Copy the rest of the folder (if needed)
|
||||||
home.file.".config/wpaperd/".source = wallpaperSource;
|
home.file.".config/wpaperd/".source = wallpaperSource;
|
||||||
|
|||||||
Reference in New Issue
Block a user