autorandr: move to global config
seems to work!
This commit is contained in:
parent
bdcbcec533
commit
dba036a102
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user