Update 2 files
- /configuration.nix - /modules/hm/default.nix
This commit is contained in:
@@ -120,8 +120,8 @@ in
|
||||
gnumake
|
||||
cmake
|
||||
extra-cmake-modules
|
||||
hyprlandPlugins.hyprscrolling
|
||||
hyprlandPlugins.hyprexpo
|
||||
#hyprlandPlugins.hyprscrolling
|
||||
#hyprlandPlugins.hyprexpo
|
||||
];
|
||||
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user