diff options
Diffstat (limited to 'modules/autorandr.nix')
-rw-r--r-- | modules/autorandr.nix | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/modules/autorandr.nix b/modules/autorandr.nix new file mode 100644 index 0000000..f63095a --- /dev/null +++ b/modules/autorandr.nix @@ -0,0 +1,8 @@ +{ config, pkgs, ... }: + +{ + xdg.configFile.autorandr = { + recursive = true; + source = ../autorandr/.config/autorandr; + }; +} |