aboutsummaryrefslogtreecommitdiff
path: root/hosts/common
diff options
context:
space:
mode:
Diffstat (limited to 'hosts/common')
-rw-r--r--hosts/common/desktop/xserver.nix14
1 files changed, 0 insertions, 14 deletions
diff --git a/hosts/common/desktop/xserver.nix b/hosts/common/desktop/xserver.nix
index 1b707dc..db7d457 100644
--- a/hosts/common/desktop/xserver.nix
+++ b/hosts/common/desktop/xserver.nix
@@ -17,20 +17,6 @@
'';
};
- services.xserver = {
- enable = true;
- layout = "us";
- libinput = {
- enable = true;
- touchpad.naturalScrolling = true;
- };
- displayManager = {
- gdm.enable = true;
- gdm.wayland = true;
- defaultSession = "sway";
- };
- };
-
services = {
dbus = {
enable = true;