[all] Update neovin config to be qwerty compatible.

This commit is contained in:
jmug
2026-01-20 15:27:07 -08:00
parent 767770b0ec
commit 2eac47e012
6 changed files with 45 additions and 26 deletions
+15
View File
@@ -88,11 +88,13 @@ in
# vim # Do not forget to add an editor to edit configuration.nix! The Nano editor is also installed by default.
wget
curl
chromium
# Misc utils
ripgrep
fzf
unzip
nautilus
keyd
# Terminal
ghostty.packages.x86_64-linux.default
kitty
@@ -192,6 +194,19 @@ in
};
};
services.keyd = {
enable = true;
keyboards.colemakdhm = {
ids = [ "320f:5088:37b39d24" ];
settings = {
main = {
capslock = "leftcontrol";
leftcontrol = "capslock";
};
};
};
};
security.pam.services.hyprlock = {};
programs.hyprland = {
enable = true;