Create shim home-manager modules
1 file changed, 8 insertions(+), 0 deletions(-)
changed files
A modules/autorandr.nix
@@ -0,0 +1,8 @@ +{ config, pkgs, ... }: + +{ + xdg.configFile.autorandr = { + recursive = true; + source = ../autorandr/.config/autorandr; + }; +}