From 6f2936f567ef1a5bbcbb6d6a9d9881bd95af4638 Mon Sep 17 00:00:00 2001 From: smayzy Date: Fri, 8 Aug 2025 19:13:33 +0200 Subject: [PATCH] mv wallpaper to hyprland --- hosts/common/home.nix | 8 -------- modules/home-manager/wm/hyprland.nix | 5 +++++ 2 files changed, 5 insertions(+), 8 deletions(-) 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 {