From 4736e5ef595f9620230749c99ad362dabbf5664c Mon Sep 17 00:00:00 2001 From: Alexander Kobjolke Date: Tue, 20 Feb 2024 22:27:38 +0100 Subject: [PATCH] wm: Do not export xorg config to /etc --- modules/wm/x.nix | 2 -- 1 file changed, 2 deletions(-) diff --git a/modules/wm/x.nix b/modules/wm/x.nix index 86e2a86..0159bf6 100644 --- a/modules/wm/x.nix +++ b/modules/wm/x.nix @@ -7,9 +7,7 @@ xserver = { enable = true; - exportConfiguration = true; - # Configure keymap in X11 layout = "us"; xkbOptions = "terminate:ctrl_alt_bksp,caps:escape,compose:ralt";