From 857c229d80d8576e255d87dce21494e0e8907a5a Mon Sep 17 00:00:00 2001 From: TudbuT Date: Thu, 7 Nov 2024 20:50:24 +0100 Subject: [PATCH] add a comment --- configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configuration.nix b/configuration.nix index 0bdf0c2..a86fa70 100644 --- a/configuration.nix +++ b/configuration.nix @@ -166,7 +166,7 @@ in xclip clipit ]; - services.xserver.xkb.options = "terminate:ctrl_alt_bksp,compose:caps"; + services.xserver.xkb.options = "terminate:ctrl_alt_bksp,compose:caps"; # compose:ins for insert key services.gvfs.enable = true; services.logind.lidSwitch = "ignore";