Update 2 files

- /modules/hm/keybindings.conf
- /modules/hm/default.nix
This commit is contained in:
2025-11-01 06:02:57 +00:00
parent 305640f243
commit 75e99b74de
2 changed files with 67 additions and 1 deletions

View File

@@ -66,7 +66,7 @@ in
# Keybindings configurations
keybindings = {
enable = true; # enable keybindings configurations
extraConfig = ""; # additional keybindings configuration
extraConfig = "./keybindings.conf"; # additional keybindings configuration
overrideConfig = null; # complete keybindings configuration override (null or lib.types.lines)
};
# Window rules configurations