diff options
author | Franck Cuny <franck@fcuny.net> | 2022-02-24 19:06:35 -0800 |
---|---|---|
committer | Franck Cuny <franck@fcuny.net> | 2022-02-24 19:06:35 -0800 |
commit | 1d1c0e97d6b97aec43ea0ad0934a5084dc2ce162 (patch) | |
tree | f5821029bfa6ac1887642928b1ce36f6bd8d7143 /hosts | |
parent | polybar: delete configuration (diff) | |
download | world-1d1c0e97d6b97aec43ea0ad0934a5084dc2ce162.tar.gz |
xserver: drop it completely
Let's remove this, I was only using it to get GDM running, but that's causing a bunch of issues so far: - not all environment variables are loaded correctly - some units are not loaded in time When trying to use xorg and i3, I have way too many tears and I can't figure out a proper configuration. To make it easier, I'm going to keep sway and start `sway` from `tty1` directly.
Diffstat (limited to 'hosts')
-rw-r--r-- | hosts/common/desktop/xserver.nix | 14 |
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; |