From 582b0f320bad75a628bc1b65cfc856b751da29be Mon Sep 17 00:00:00 2001 From: Alexander Szczepanski Date: Fri, 15 Nov 2024 20:33:18 +0100 Subject: [PATCH] desktop-2024-11-15-20-33-18 --- configs/plasma.nix | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/configs/plasma.nix b/configs/plasma.nix index bf5a9d9..674ce0d 100755 --- a/configs/plasma.nix +++ b/configs/plasma.nix @@ -59,17 +59,16 @@ enable = true; wayland.enable = true; }; - # defaultSession = "plasmax11"; }; - xserver = { - enable = true; - excludePackages = [pkgs.xterm]; - # xkb.layout = "us"; - # # Enable touchpad support. - # updateDbusEnvironment = true; - }; + # xserver = { + # enable = true; + # excludePackages = [pkgs.xterm]; + # # xkb.layout = "us"; + # # # Enable touchpad support. + # # updateDbusEnvironment = true; + # }; libinput.enable = true; };