From 4de959a979b253ecc846b01330b407468e9bedc0 Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Tue, 15 Oct 2019 19:27:02 +0200 Subject: Move autorandr to system --- system/settings/hardware/laptop.nix | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'system/settings') diff --git a/system/settings/hardware/laptop.nix b/system/settings/hardware/laptop.nix index bec1f7f6..f8f2979c 100644 --- a/system/settings/hardware/laptop.nix +++ b/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 -- cgit 1.4.1