add(hyprpaper): rewrite pls

This commit is contained in:
kenji
2026-01-03 09:53:20 -06:00
parent 354db486bf
commit 5788ef1bcd
+1 -1
View File
@@ -5,6 +5,7 @@
myConfig,
...
}: let
# TODO: rewrite
wallpaperDir = "${config.home.homeDirectory}/.config/nixos/assets/Wallpapers";
defaultWallpaper = "${wallpaperDir}/${myConfig.hyprland.wallpaper}";
cacheWallpaper = "${config.home.homeDirectory}/.cache/current_wallpaper";
@@ -88,4 +89,3 @@ in {
systemd.user.startServices = "sd-switch";
}