From 46c9d9611678e80f4566f0881ff8e60a82d1224a Mon Sep 17 00:00:00 2001 From: Zynh Ludwig <zynh0722@gmail.com> Date: Wed, 19 Mar 2025 21:31:52 -0700 Subject: [PATCH] hyprland: seperate swaync from anyrun --- modules/hyprland.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/modules/hyprland.nix b/modules/hyprland.nix index 80535b7..2676766 100644 --- a/modules/hyprland.nix +++ b/modules/hyprland.nix @@ -140,7 +140,11 @@ in } ''; }; + }]; + }) + ({ + home-manager.sharedModules = [{ services.swaync = { enable = true; style = builtins.readFile "${inputs.rose-pine-swaync}/theme/rose-pine.css";