1
0
Fork 0
mirror of https://git.sr.ht/~roxwize/.dotfiles synced 2025-01-31 07:03:36 +00:00

replace plasma with xfce?

This commit is contained in:
Rae 5e 2024-12-11 19:36:48 -05:00
parent cc79b2832a
commit 1509cb3086

View file

@ -47,14 +47,17 @@
openbox.enable = true;
twm.enable = true;
};
desktopManager = {
xfce.enable = true;
};
};
displayManager = {
sddm.enable = true;
defaultSession = "none+openbox";
};
desktopManager = {
plasma6.enable = true;
};
# desktopManager = {
# plasma6.enable = true;
# };
# Touchpad support
libinput.enable = true;