From 9f21d5422883c4ccd2b0d54583de1cbfb3c49f33 Mon Sep 17 00:00:00 2001 From: Stefan Ellmauthaler Date: Tue, 11 Apr 2023 13:20:53 +0200 Subject: [PATCH] Use Plasma on stel-xps --- machines/stel-xps/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/machines/stel-xps/default.nix b/machines/stel-xps/default.nix index 3c60a4f..29e8050 100644 --- a/machines/stel-xps/default.nix +++ b/machines/stel-xps/default.nix @@ -25,9 +25,9 @@ # enable X11 with lightdm and i3 graphical = { enable = true; - sway.enable = true; + sway.enable = false; i3.enable = false; - plasma.enable = false; + plasma.enable = true; # set dpi if used in mobile applications # dpi = 180; };