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

@ -25,14 +25,30 @@
kernelPackages = pkgs.linuxPackages_zen;
};
# SERVICES
services = {
xserver = {
enable = true;
layout = "de";
displayManager = {
defaultSession = "none+bspwm";
autoLogin = {
enable = true;
user = "moritz";
};
lightdm = {
enable = true;
};
};
libinput.enable = true;
windowManager.bspwm.enable = true;
};
printing.enable = true;
};
# NETWORKING
networking = {
hostName = "nixos-laptop";