Reorganise folder structure to remove hidden files After moving from GNU Stow, this is not necessary. Non-hidden files are much easier to work with.
1 file changed, 1 insertion(+), 1 deletion(-)
changed files
M user/settings/xresources.nix → user/settings/xresources.nix
@@ -3,7 +3,7 @@ { home.file.".xresources" = { recursive = true; - source = ../xresources/.xresources; + source = ../xresources; onChange = '' ${pkgs.xorg.xrdb}/bin/xrdb -merge .xresources/main '';