diff --git a/modules/home/hyprland.nix b/modules/home/hyprland.nix index cee26c5..9360d81 100644 --- a/modules/home/hyprland.nix +++ b/modules/home/hyprland.nix @@ -1,5 +1,6 @@ { imports = [ + ../../apps/tte/hakase-screensaver.nix ../../apps/hyprland/home.nix ../../apps/walker/home.nix # ../../apps/fsel/home.nix diff --git a/modules/system/hyprland.nix b/modules/system/hyprland.nix index 043f548..2a59ce4 100644 --- a/modules/system/hyprland.nix +++ b/modules/system/hyprland.nix @@ -1,6 +1,5 @@ { imports = [ ../../apps/hyprland/default.nix - ../../scripts/hakase-screensaver.nix ]; }