From 90bca3367c37065e640072e3987cf2967178cb1a Mon Sep 17 00:00:00 2001 From: Natalie Marks Date: Sun, 4 Feb 2024 02:54:22 -0800 Subject: [PATCH] updated system config --- configuration.nix | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/configuration.nix b/configuration.nix index 87b2a8e..b77b732 100644 --- a/configuration.nix +++ b/configuration.nix @@ -17,8 +17,12 @@ services.keyd = { enable = true; - settings = { - capslock = "esc"; + keyboards = { + default = { + settings = { + capslock = "esc"; + }; + }; }; };