autorandr: move to global config

seems to work!
This commit is contained in:
Motiejus Jakštys 2023-09-20 14:35:11 +03:00
parent bdcbcec533
commit dba036a102
1 changed files with 4 additions and 3 deletions

View File

@ -107,9 +107,10 @@ in {
};
};
home-manager.users.motiejus = {pkgs, ...}: {
programs.autorandr.profiles = {
laptop = {
services.autorandr = {
enable = true;
profiles = {
default = {
fingerprint = {inherit (randr) eDP-1;};
config = {
DP-1.enable = false;