all repos — nixfiles @ 7f527bb245c0dad5f827a24fe135611650ab082c

System and user configuration, managed by nix and home-manager

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.

Alan Pearce
commit

7f527bb245c0dad5f827a24fe135611650ab082c

parent

657f50fc07a9e65a33168cdf5451a6b05e48b651

1 file changed, 1 insertion(+), 1 deletion(-)

changed files
M user/settings/gnupg.nixuser/settings/gnupg.nix
@@ -3,6 +3,6 @@
{ home.file.".gnupg" = { recursive = true; - source = ../gnupg/.gnupg; + source = ../gnupg; }; }