summary refs log tree commit diff stats
path: root/user/settings/autorandr.nix
diff options
context:
space:
mode:
Diffstat (limited to 'user/settings/autorandr.nix')
-rw-r--r--user/settings/autorandr.nix8
1 files changed, 0 insertions, 8 deletions
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;
-  };
-}