diff options
Diffstat (limited to 'nixos')
| -rw-r--r-- | nixos/hosts/box/configuration.nix | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/nixos/hosts/box/configuration.nix b/nixos/hosts/box/configuration.nix index 3a3197d..cb13b42 100644 --- a/nixos/hosts/box/configuration.nix +++ b/nixos/hosts/box/configuration.nix @@ -100,20 +100,20 @@ extraPortals = [ pkgs.xdg-desktop-portal-gtk ]; }; - users.users.cat = { - isNormalUser = true; - description = "cat"; - extraGroups = [ "networkmanager" "wheel" ]; - shell = pkgs.fish; - }; - services.keyd = { enable = true; keyboards.default = { - ids = [ "*" ]; + ids = [ "3554:fa09" ]; settings.main.capslock = "home"; }; }; + + users.users.cat = { + isNormalUser = true; + description = "cat"; + extraGroups = [ "networkmanager" "wheel" ]; + shell = pkgs.fish; + }; environment.systemPackages = with pkgs; [ git |
