From 62b1ada84c603e3ae3ce03570d4d6142eb875003 Mon Sep 17 00:00:00 2001 From: Dragyx <66752602+Dragyx@users.noreply.github.com> Date: Sun, 14 Apr 2024 23:08:49 +0200 Subject: [PATCH] Fix typo in default wallpaper of dragyx/flocke --- hosts/dragyx/common/theming/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 ''; }; };