Update 3 files

- /modules/hm/userprefs.conf
- /modules/hm/keybindings.conf
- /modules/hm/default.nix
This commit is contained in:
2025-11-17 07:59:21 +00:00
parent 9bd2000f66
commit 2be5c7d685
3 changed files with 79 additions and 2 deletions

View File

@@ -36,12 +36,12 @@ in
hyde.enable = true; # enable hyde module
hyprland = {
enable = true; # enable hyprland module
extraConfig = ""; # extra config appended to userprefs.conf
extraConfig = builtins.readFile ./userprefs.conf; # extra config appended to userprefs.conf
overrideMain = null; # complete override of hyprland.conf
suppressWarnings = false; # suppress warnings
# Animation configurations
animations = {
enable = true; # enable animation configurations
enable = false; # enable animation configurations
preset = "standard"; # string from override or default: "standard" # or "LimeFrenzy", "classic", "diablo-1", "diablo-2", "disable", "dynamic", "end4", "fast", "high", "ja", "me-1", "me-2", "minimal-1", "minimal-2", "moving", "optimized", "standard", "vertical"
extraConfig = ""; # additional animation configuration
overrides = { }; # override specific animation files by name