Move autorandr to system
1 file changed, 5 insertions(+), 0 deletions(-)
changed files
M system/settings/hardware/laptop.nix → system/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