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