diff --git a/users/youwen/linux/hyprland/common.nix b/users/youwen/linux/hyprland/common.nix index e75c783..da81fe9 100644 --- a/users/youwen/linux/hyprland/common.nix +++ b/users/youwen/linux/hyprland/common.nix @@ -295,10 +295,6 @@ hide_on_key_press = true; }; - shadow = { - enabled = false; - }; - decoration = { rounding = "10"; dim_special = "0.3"; @@ -315,6 +311,9 @@ input = { sensitivity = "-0.65"; }; + shadow = { + enabled = false; + }; }; }; diff --git a/users/youwen/linux/theming/stylix.nix b/users/youwen/linux/theming/stylix.nix index 07f929d..e545db8 100644 --- a/users/youwen/linux/theming/stylix.nix +++ b/users/youwen/linux/theming/stylix.nix @@ -7,5 +7,6 @@ gnome.enable = true; swaync.enable = false; hyprlock.enable = false; + hyprland.enable = false; }; }