fixed X server

This commit is contained in:
Moritz Böhme 2021-09-10 09:14:03 +02:00
parent 2dc6539002
commit fcf290c9d3
2 changed files with 28 additions and 0 deletions

View file

@ -25,6 +25,14 @@
kernelPackages = pkgs.linuxPackages_zen;
};
services = {
xserver = {
libinput.enable = true;
};
printing.enable = true;
};
# NETWORKING
networking = {
hostName = "nixos-laptop";