From dab0a292ebd696e12ff5c8a6d143cf9fe9a10c27 Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Sun, 12 Nov 2017 00:08:15 +0100 Subject: Don't trigger autorandr on udev --- hel.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'hel.nix') diff --git a/hel.nix b/hel.nix index 6f7122ca..f897904d 100644 --- a/hel.nix +++ b/hel.nix @@ -477,7 +477,7 @@ }; }; - services.udev.packages = with pkgs; [ autorandr ]; + # services.udev.packages = with pkgs; [ autorandr ]; systemd.packages = with pkgs; [ autorandr ]; services.udev.extraRules = with pkgs; '' -- cgit v1.2.3