summary refs log tree commit diff stats
path: root/user/settings
diff options
context:
space:
mode:
authorAlan Pearce2019-10-15 19:27:02 +0200
committerAlan Pearce2019-10-16 19:27:33 +0200
commit4de959a979b253ecc846b01330b407468e9bedc0 (patch)
tree36863947a003495b0b3aef71b6dd553973fd9d5e /user/settings
parentf54cbbbdb371148f89a7551f93158f0c552326da (diff)
downloadnixfiles-4de959a979b253ecc846b01330b407468e9bedc0.tar.lz
nixfiles-4de959a979b253ecc846b01330b407468e9bedc0.tar.zst
nixfiles-4de959a979b253ecc846b01330b407468e9bedc0.zip
Move autorandr to system
Diffstat (limited to 'user/settings')
-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;
-  };
-}