mirror of
https://git.sr.ht/~roxwize/.dotfiles
synced 2025-01-30 22:53:37 +00:00
replace plasma with xfce?
This commit is contained in:
parent
cc79b2832a
commit
1509cb3086
1 changed files with 6 additions and 3 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue