all repos — nixfiles @ 4de959a979b253ecc846b01330b407468e9bedc0

System and user configuration, managed by nix and home-manager

Move autorandr to system

Alan Pearce
commit

4de959a979b253ecc846b01330b407468e9bedc0

parent

f54cbbbdb371148f89a7551f93158f0c552326da

1 file changed, 5 insertions(+), 0 deletions(-)

changed files
M system/settings/hardware/laptop.nixsystem/settings/hardware/laptop.nix
@@ -32,6 +32,11 @@
programs.light.enable = true; services.autorandr.enable = true; + environment.etc.autorandr = { + enable = true; + source = ../../autorandr; + target = "xdg/autorandr"; + }; services.logind.extraConfig = '' IdleAction=suspend