fixed X hopefully

This commit is contained in:
Moritz Böhme 2021-09-10 09:32:51 +02:00
parent fcf290c9d3
commit 7934581d14
3 changed files with 17 additions and 32 deletions

View file

@ -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);
}