mirror of
https://git.sr.ht/~roxwize/.dotfiles
synced 2025-05-03 12:14:07 +00:00
~
This commit is contained in:
parent
14a4f4d391
commit
552221bd13
10 changed files with 151 additions and 210 deletions
|
@ -44,7 +44,6 @@
|
|||
enable = true;
|
||||
xkb.layout = "us";
|
||||
windowManager = {
|
||||
i3.enable = true;
|
||||
openbox.enable = true;
|
||||
twm.enable = true;
|
||||
};
|
||||
|
@ -56,8 +55,15 @@
|
|||
};
|
||||
};
|
||||
displayManager = {
|
||||
sddm.enable = true;
|
||||
defaultSession = "xfce+openbox";
|
||||
sddm = {
|
||||
enable = true;
|
||||
settings = {
|
||||
Autologin = {
|
||||
User = "rae";
|
||||
Session = "xfce+openbox";
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
# desktopManager = {
|
||||
# plasma6.enable = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue