diff --git a/hosts/common/features/x11.nix b/hosts/common/features/x11.nix index fe6aa99..146883f 100644 --- a/hosts/common/features/x11.nix +++ b/hosts/common/features/x11.nix @@ -5,10 +5,20 @@ displayManager = { defaultSession = "none+i3"; }; + desktopManager = { + xterm.enable = false; + xfce = { + enable = true; + noDesktop = true; + enableXfwm = false; + }; + }; windowManager.i3.enable = true; - layout = "us"; - xkbVariant = ""; + xkb = { + layout = "us"; + variant = ""; + }; }; xdg = {