From dc91ea7a42946022ab3c1cba6467eddb3f0b1401 Mon Sep 17 00:00:00 2001 From: caley <195605706+cqley@users.noreply.github.com> Date: Wed, 15 Jul 2026 10:14:49 +0200 Subject: Update configuration.nix --- nixos/hosts/box/configuration.nix | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'nixos/hosts/box') 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 -- cgit v1.3.1