From 963f04ac4931a91c9e6095ebcbeb2b3c8af5294c Mon Sep 17 00:00:00 2001 From: triethyl Date: Wed, 3 Sep 2025 10:51:53 -0400 Subject: configured xkb --- nixos/systems/thinkpad-laptop/system.nix | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) (limited to 'nixos/systems') diff --git a/nixos/systems/thinkpad-laptop/system.nix b/nixos/systems/thinkpad-laptop/system.nix index f1d227f..0f60b16 100644 --- a/nixos/systems/thinkpad-laptop/system.nix +++ b/nixos/systems/thinkpad-laptop/system.nix @@ -8,7 +8,7 @@ stateVersion = "24.11"; }; - age.secrets.user-passwords_thinkpad-laptop_lucas.file = ../../secrets/user-passwords/thinkpad-laptop/lucas.age; + age.secrets.user-passwords_thinkpad-laptop_lucas.file = ../../../secrets/user-passwords/thinkpad-laptop/lucas.age; users.users."lucas" = { hashedPasswordFile = config.age.secrets.user-passwords_thinkpad-laptop_lucas.path; @@ -65,7 +65,11 @@ }; hardware.trackpoint = { enable = true; - speed = 40; - sensitivity = 80; + speed = 20; + sensitivity = 120; + }; + services.xserver.xkb = { + layout = "us,ca(multix)"; + options = "grp:win_space_toggle,caps:shift,compose:ins"; }; } -- cgit v1.2.3