diff options
| author | caley <195605706+cqley@users.noreply.github.com> | 2026-07-15 10:14:49 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-07-15 10:14:49 +0200 |
| commit | dc91ea7a42946022ab3c1cba6467eddb3f0b1401 (patch) | |
| tree | 386049bc2aaf4991a413069845ca693965c5e416 /nixos/hosts/box | |
| parent | ed4c622f0d5daef1078344f2c1ad8f8e666cfb1b (diff) | |
Update configuration.nix
Diffstat (limited to 'nixos/hosts/box')
| -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 |
