diff --git a/modules/home/de/hyprland/config.nix b/modules/home/de/hyprland/config.nix index ce66672..cbe5507 100644 --- a/modules/home/de/hyprland/config.nix +++ b/modules/home/de/hyprland/config.nix @@ -1,6 +1,7 @@ { config, lib, + wrappers, ... }: { config = lib.mkIf config.myConfig.de.hyprland.enable { @@ -8,7 +9,7 @@ enable = true; settings = { - exec-once = ["hyprpaper"]; + exec-once = ["${lib.getExe wrappers.hyprpaper}"]; input = { kb_layout = "de"; diff --git a/users/seb/wallpaper b/users/seb/wallpaper deleted file mode 100644 index 53e0e56..0000000 Binary files a/users/seb/wallpaper and /dev/null differ