[NixOS] Enable autorandr service

This commit is contained in:
Ivan Malison 2019-02-14 22:45:26 -08:00
parent 32f99a2744
commit b30154c1c3
No known key found for this signature in database
GPG Key ID: 62530EFBE99DC2F8

View File

@ -235,6 +235,7 @@ in
programs.adb.enable = true;
services.openssh.enable = true;
services.avahi = {
enable = true;
nssmdns = true;
@ -244,8 +245,13 @@ in
userServices = true;
};
};
services.gnome3.at-spi2-core.enable = true;
services.kbfs.enable = true;
services.autorandr.enable = true;
services.xserver = {
exportConfiguration = true;
enable = true;