fix(adho): Use Intel video driver to fix xrandr
This commit is contained in:
parent
270ac6ee3d
commit
4b6ac62307
1 changed files with 1 additions and 0 deletions
|
@ -6,5 +6,6 @@
|
|||
networking.hostName = "adho";
|
||||
networking.connman.enable = true;
|
||||
services.xserver.libinput.enable = true;
|
||||
services.xserver.videoDrivers = [ "intel" ];
|
||||
programs.light.enable = true;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue