mirror of
https://github.com/ellmau/nixos.git
synced 2025-12-19 09:29:36 +01:00
testing plasma yet again
This commit is contained in:
parent
f0202b17e0
commit
a1306237f6
@ -27,9 +27,9 @@
|
||||
enable = true;
|
||||
sway.enable = false;
|
||||
i3.enable = false;
|
||||
plasma.enable = false;
|
||||
xmonad.enable = true;
|
||||
xserver.autorandr.enable = true;
|
||||
plasma.enable = true;
|
||||
xmonad.enable = false;
|
||||
xserver.autorandr.enable = false;
|
||||
# set dpi if used in mobile applications
|
||||
dpi = 192;
|
||||
};
|
||||
|
||||
@ -19,8 +19,8 @@ with lib; {
|
||||
services.xserver = {
|
||||
enable = true;
|
||||
displayManager = {
|
||||
sddm.enable = true;
|
||||
#defaultSession = "plasmawayland";
|
||||
sddm.wayland.enable = true;
|
||||
defaultSession = "plasmawayland";
|
||||
};
|
||||
desktopManager.plasma5.enable = true;
|
||||
};
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user