diff options
| author | caley <195605706+cqley@users.noreply.github.com> | 2026-07-12 17:36:42 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-07-12 17:36:42 +0200 |
| commit | f9e6174acb9cfafac3db8101f8e4e0e0cb55f216 (patch) | |
| tree | 8113a067ff0e02f9c7d281b5272f75fd769e8a12 /nixos/hosts | |
| parent | bf46a00fc90c8533955e8bc0152a8df7799f6948 (diff) | |
Update configuration.nix
Diffstat (limited to 'nixos/hosts')
| -rw-r--r-- | nixos/hosts/box/configuration.nix | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/nixos/hosts/box/configuration.nix b/nixos/hosts/box/configuration.nix index 7475dce..fc127af 100644 --- a/nixos/hosts/box/configuration.nix +++ b/nixos/hosts/box/configuration.nix @@ -104,6 +104,14 @@ shell = pkgs.fish; }; + services.keyd = { + enable = true; + keyboards.default = { + ids = [ "*" ]; + settings.main.capslock = "home"; + }; + }; + environment.systemPackages = with pkgs; [ btop git |
