[NixOS] Use a nix configured profile for autorandr

This commit is contained in:
2023-07-28 15:44:59 -06:00
parent 188470a9ae
commit 6df8ea9f7a
2 changed files with 27 additions and 2 deletions

View File

@@ -5,8 +5,6 @@
inputs.home-manager.nixosModule
];
services.autorandr.enable = true;
services.xserver = {
exportConfiguration = true;
enable = true;