diff --git a/configuration.nix b/configuration.nix index 2518235..bb54dc9 100644 --- a/configuration.nix +++ b/configuration.nix @@ -131,7 +131,10 @@ in XMODIFIERS = "@im=kime"; }; - + wayland.windowManager.hyprland.plugins = [ + pkgs.hyprlandPlugins.hyprexpo + pkgs.hyprlandPlugins.hyprscrolling + ]; # System Version - Don't change unless you know what you're doing (helps with system upgrades and compatibility) system.stateVersion = "25.05"; diff --git a/modules/hm/default.nix b/modules/hm/default.nix index 387ed60..4a762eb 100644 --- a/modules/hm/default.nix +++ b/modules/hm/default.nix @@ -40,11 +40,6 @@ in extraConfig = builtins.readFile ./userprefs.conf; # extra config appended to userprefs.conf overrideMain = null; # complete override of hyprland.conf suppressWarnings = false; # suppress warnings - # plugins - plugins = [ - pkgs.hyprlandPlugins.hyprexpo - pkgs.hyprlandPlugins.hyprscrolling - ]; # Animation configurations animations = { enable = false; # enable animation configurations