From 0b15e14a3419e11eb086a2f50eb2fe2f58eb76e4 Mon Sep 17 00:00:00 2001 From: Natalie Marks Date: Sun, 4 Feb 2024 02:53:15 -0800 Subject: [PATCH] updated system config --- configuration.nix | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/configuration.nix b/configuration.nix index 4f10984..87b2a8e 100644 --- a/configuration.nix +++ b/configuration.nix @@ -15,6 +15,13 @@ services.tailscale.enable = true; + services.keyd = { + enable = true; + settings = { + capslock = "esc"; + }; + }; + virtualisation.libvirtd.enable = true; programs.virt-manager.enable = true;