diff --git a/configuration.nix b/configuration.nix index 03b35a4..2518235 100644 --- a/configuration.nix +++ b/configuration.nix @@ -120,8 +120,8 @@ in gnumake cmake extra-cmake-modules - hyprlandPlugins.hyprscrolling - hyprlandPlugins.hyprexpo + #hyprlandPlugins.hyprscrolling + #hyprlandPlugins.hyprexpo ]; diff --git a/modules/hm/default.nix b/modules/hm/default.nix index 1169ca4..387ed60 100644 --- a/modules/hm/default.nix +++ b/modules/hm/default.nix @@ -20,10 +20,6 @@ in # pkgs.userPkgs.vscode - your personal nixpkgs version ]; - wayland.windowManager.hyprland.plugins = [ - inputs.hyprland-plugins.packages.${pkgs.stdenv.hostPlatform.system}.hyprbars - "/absolute/path/to/plugin.so" - ]; # hydenix home-manager options go here hydenix = { @@ -44,6 +40,11 @@ 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