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, ...}: {
|
services.autorandr = {
|
||||||
programs.autorandr.profiles = {
|
enable = true;
|
||||||
laptop = {
|
profiles = {
|
||||||
|
default = {
|
||||||
fingerprint = {inherit (randr) eDP-1;};
|
fingerprint = {inherit (randr) eDP-1;};
|
||||||
config = {
|
config = {
|
||||||
DP-1.enable = false;
|
DP-1.enable = false;
|
||||||
|
Loading…
Reference in New Issue
Block a user