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:
parent
cc79b2832a
commit
1509cb3086
1 changed files with 6 additions and 3 deletions
|
@ -47,14 +47,17 @@
|
||||||
openbox.enable = true;
|
openbox.enable = true;
|
||||||
twm.enable = true;
|
twm.enable = true;
|
||||||
};
|
};
|
||||||
|
desktopManager = {
|
||||||
|
xfce.enable = true;
|
||||||
|
};
|
||||||
};
|
};
|
||||||
displayManager = {
|
displayManager = {
|
||||||
sddm.enable = true;
|
sddm.enable = true;
|
||||||
defaultSession = "none+openbox";
|
defaultSession = "none+openbox";
|
||||||
};
|
};
|
||||||
desktopManager = {
|
# desktopManager = {
|
||||||
plasma6.enable = true;
|
# plasma6.enable = true;
|
||||||
};
|
# };
|
||||||
|
|
||||||
# Touchpad support
|
# Touchpad support
|
||||||
libinput.enable = true;
|
libinput.enable = true;
|
||||||
|
|
Loading…
Reference in a new issue