fixed X hopefully
This commit is contained in:
parent
fcf290c9d3
commit
7934581d14
3 changed files with 17 additions and 32 deletions
|
|
@ -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";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue