From 8a0383d327563c123e6b66d6265cadc444f6419c Mon Sep 17 00:00:00 2001 From: tux Date: Sat, 11 Oct 2025 23:46:36 +0530 Subject: [PATCH] feat: remove xserver configuration --- hosts/canopus/default.nix | 8 -------- 1 file changed, 8 deletions(-) diff --git a/hosts/canopus/default.nix b/hosts/canopus/default.nix index 7f1ee6e..89c6ea3 100755 --- a/hosts/canopus/default.nix +++ b/hosts/canopus/default.nix @@ -235,14 +235,6 @@ openDefaultPorts = true; }; - xserver = { - enable = true; - xkb = { - layout = "in"; - variant = "eng"; - }; - }; - libinput.touchpad.naturalScrolling = true; libinput.mouse.accelProfile = "flat";