fixed X hopefully
This commit is contained in:
parent
fcf290c9d3
commit
7934581d14
3 changed files with 17 additions and 32 deletions
|
|
@ -23,24 +23,5 @@ let
|
|||
};
|
||||
in
|
||||
{
|
||||
# SERVICES
|
||||
services = {
|
||||
xserver = {
|
||||
enable = true;
|
||||
layout = "de";
|
||||
|
||||
displayManager = {
|
||||
defaultSession = "none+bspwm";
|
||||
|
||||
autoLogin = {
|
||||
enable = true;
|
||||
user = "moritz";
|
||||
};
|
||||
lightdm = {
|
||||
enable = true;
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
home-manager.users.moritz = {...}: (base);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue