summary refs log tree commit diff stats
path: root/system/settings
diff options
context:
space:
mode:
Diffstat (limited to 'system/settings')
-rw-r--r--system/settings/services/xserver.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/system/settings/services/xserver.nix b/system/settings/services/xserver.nix
index 12335a5b..c5a82d48 100644
--- a/system/settings/services/xserver.nix
+++ b/system/settings/services/xserver.nix
@@ -6,7 +6,6 @@
 with lib; {
   services.xserver = {
     enable = true;
-    enableCtrlAltBackspace = true;
     exportConfiguration = true;
   };