From d318cb00bbf455fc398194e03ff7dc554cb1f7f8 Mon Sep 17 00:00:00 2001 From: triethyl Date: Mon, 19 Jan 2026 18:46:58 -0500 Subject: nzxt-desktop: set ralt as the compose key --- nixos/systems/nzxt-desktop/system.nix | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'nixos') diff --git a/nixos/systems/nzxt-desktop/system.nix b/nixos/systems/nzxt-desktop/system.nix index 3a6932c..bec45c8 100644 --- a/nixos/systems/nzxt-desktop/system.nix +++ b/nixos/systems/nzxt-desktop/system.nix @@ -24,6 +24,8 @@ ]; }; + networking.firewall.enable = false; + features = { gui = { apps = { @@ -63,4 +65,14 @@ }; }; }; + services.xserver.xkb = { + layout = "us"; + options = "grp:win_space_toggle,compose:ralt"; + }; + services.keyd = { + enable = true; + keyboards.default.settings.main = { + capslock = "leftshift"; + }; + }; } -- cgit v1.2.3