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 --- user/settings/autorandr.nix | 8 -------- 1 file changed, 8 deletions(-) delete mode 100644 user/settings/autorandr.nix (limited to 'user/settings') diff --git a/user/settings/autorandr.nix b/user/settings/autorandr.nix deleted file mode 100644 index f63095a4..00000000 --- a/user/settings/autorandr.nix +++ /dev/null @@ -1,8 +0,0 @@ -{ config, pkgs, ... }: - -{ - xdg.configFile.autorandr = { - recursive = true; - source = ../autorandr/.config/autorandr; - }; -} -- cgit 1.4.1