diff --git a/hosts/common/home.nix b/hosts/common/home.nix index c856b1b..986ef94 100644 --- a/hosts/common/home.nix +++ b/hosts/common/home.nix @@ -13,14 +13,6 @@ sl ]; - home.file = { - "wallpaper" = { - source = builtins.toPath ../../wallpapers; - recursive = true; - force = true; - }; - }; - home.sessionVariables = { EDITOR = "vim"; GTK_THEME = "Adwaita:dark"; diff --git a/modules/home-manager/wm/hyprland.nix b/modules/home-manager/wm/hyprland.nix index 2e5dafa..5f72c42 100644 --- a/modules/home-manager/wm/hyprland.nix +++ b/modules/home-manager/wm/hyprland.nix @@ -17,6 +17,11 @@ in recursive = true; force = true; }; + "wallpaper" = { + source = builtins.toPath ../../../wallpapers; + recursive = true; + force = true; + }; } (mkIf smayzy.desktop.enable {