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, 8 insertions, 0 deletions
diff --git a/user/settings/autorandr.nix b/user/settings/autorandr.nix
new file mode 100644
index 00000000..f63095a4
--- /dev/null
+++ b/user/settings/autorandr.nix
@@ -0,0 +1,8 @@
+{ config, pkgs, ... }:
+
+{
+  xdg.configFile.autorandr = {
+    recursive = true;
+    source = ../autorandr/.config/autorandr;
+  };
+}