mirror of
https://git.sr.ht/~roxwize/.dotfiles
synced 2025-01-31 07:03:36 +00:00
~
This commit is contained in:
parent
1509cb3086
commit
31500a22ec
1 changed files with 5 additions and 2 deletions
|
@ -48,12 +48,15 @@
|
|||
twm.enable = true;
|
||||
};
|
||||
desktopManager = {
|
||||
xfce.enable = true;
|
||||
xfce = {
|
||||
enable = true;
|
||||
noDesktop = true;
|
||||
};
|
||||
};
|
||||
};
|
||||
displayManager = {
|
||||
sddm.enable = true;
|
||||
defaultSession = "none+openbox";
|
||||
defaultSession = "xfce+openbox";
|
||||
};
|
||||
# desktopManager = {
|
||||
# plasma6.enable = true;
|
||||
|
|
Loading…
Reference in a new issue