From 73ac1b10c1b7b9def55615815deb65607a3bccae Mon Sep 17 00:00:00 2001 From: Miguel Palhas Date: Thu, 24 Apr 2025 22:29:29 +0100 Subject: [PATCH] wip --- hosts/common/features/x11.nix | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) 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 = {