diff --git a/hosts/dragyx/common/theming/default.nix b/hosts/dragyx/common/theming/default.nix index b181b98..75aa727 100644 --- a/hosts/dragyx/common/theming/default.nix +++ b/hosts/dragyx/common/theming/default.nix @@ -67,8 +67,8 @@ in xdg.configFile."hypr/hyprpaper.conf" = { #TODO: generic path text = '' - preload = ${gitPath}/hosts/dragyx/common/theming/wallpaper/default.jpg - wallpaper = ,${gitPath}/hosts/dragyx/common/theming/wallpaper/default.jpg + preload = ${gitPath}/hosts/dragyx/common/theming/wallpapers/default.jpg + wallpaper = ,${gitPath}/hosts/dragyx/common/theming/wallpapers/default.jpg ''; }; };