My NixOS and Home Manager configurations
10
fork

Configure Feed

Select the types of activity you want to include in your feed.

rebind caps lock to esc on laptop

quasigod 11b7b863 c4ba188d

+4 -1
+4 -1
modules/hosts/zagreus/default.nix
··· 38 38 networking.networkmanager.enable = true; 39 39 40 40 environment.sessionVariables.COSMIC_DISABLE_DIRECT_SCANOUT = 1; # TODO fix crashes 41 - 42 41 services = { 43 42 fprintd.enable = true; # Enable fingerprint scanner 44 43 fwupd.enable = true; # Enable firmware updates with `fwupdmgr update` 44 + udev.extraHwdb = '' 45 + evdev:atkbd:* 46 + KEYBOARD_KEY_3a=esc 47 + ''; 45 48 }; 46 49 }; 47 50 };