fixed X server
This commit is contained in:
parent
2dc6539002
commit
fcf290c9d3
2 changed files with 28 additions and 0 deletions
|
|
@ -25,6 +25,14 @@
|
|||
kernelPackages = pkgs.linuxPackages_zen;
|
||||
};
|
||||
|
||||
services = {
|
||||
xserver = {
|
||||
libinput.enable = true;
|
||||
};
|
||||
printing.enable = true;
|
||||
};
|
||||
|
||||
|
||||
# NETWORKING
|
||||
networking = {
|
||||
hostName = "nixos-laptop";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue