From d4ad625997e97d5d05ba5b103c4c6eab052658ed Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EC=A7=84=EC=9A=B0=20=EC=A1=B0?= Date: Tue, 18 Nov 2025 08:31:44 +0000 Subject: [PATCH] Update 2 files - /configuration.nix - /modules/hm/default.nix --- configuration.nix | 4 ++-- modules/hm/default.nix | 9 +++++---- 2 files changed, 7 insertions(+), 6 deletions(-) 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