Update 2 files

- /configuration.nix
- /modules/hm/default.nix
This commit is contained in:
2025-11-18 08:31:44 +00:00
parent a90bdf3a24
commit d4ad625997
2 changed files with 7 additions and 6 deletions

View File

@@ -120,8 +120,8 @@ in
gnumake gnumake
cmake cmake
extra-cmake-modules extra-cmake-modules
hyprlandPlugins.hyprscrolling #hyprlandPlugins.hyprscrolling
hyprlandPlugins.hyprexpo #hyprlandPlugins.hyprexpo
]; ];

View File

@@ -20,10 +20,6 @@ in
# pkgs.userPkgs.vscode - your personal nixpkgs version # 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 home-manager options go here
hydenix = { hydenix = {
@@ -44,6 +40,11 @@ in
extraConfig = builtins.readFile ./userprefs.conf; # extra config appended to userprefs.conf extraConfig = builtins.readFile ./userprefs.conf; # extra config appended to userprefs.conf
overrideMain = null; # complete override of hyprland.conf overrideMain = null; # complete override of hyprland.conf
suppressWarnings = false; # suppress warnings suppressWarnings = false; # suppress warnings
# plugins
plugins = [
pkgs.hyprlandPlugins.hyprexpo
pkgs.hyprlandPlugins.hyprscrolling
];
# Animation configurations # Animation configurations
animations = { animations = {
enable = false; # enable animation configurations enable = false; # enable animation configurations