Fix typo in default wallpaper of dragyx/flocke

This commit is contained in:
Dragyx 2024-04-14 23:08:49 +02:00
commit f6ccdad5db

View file

@ -67,8 +67,8 @@ in
xdg.configFile."hypr/hyprpaper.conf" = { #TODO: generic path xdg.configFile."hypr/hyprpaper.conf" = { #TODO: generic path
text = '' text = ''
preload = ${gitPath}/hosts/dragyx/common/theming/wallpaper/default.jpg preload = ${gitPath}/hosts/dragyx/common/theming/wallpapers/default.jpg
wallpaper = ,${gitPath}/hosts/dragyx/common/theming/wallpaper/default.jpg wallpaper = ,${gitPath}/hosts/dragyx/common/theming/wallpapers/default.jpg
''; '';
}; };
}; };