This commit is contained in:
2024-09-17 09:42:28 -04:00
parent 63fd46b9f8
commit 00b8680745
9 changed files with 86 additions and 78 deletions

View File

@@ -9,18 +9,19 @@
# stuff in my home directory:
++ (map (f: "${homeDirectory}/${f}") [
".zen"
"dotfiles"
".local/share/fish"
".gnupg"
".config/home-manager"
".config/Signal"
".wallpaper.png"
".ssh"
"dotfiles"
"Documents"
"projects"
"Pictures"
"school"
".wallpaper.png"
".ssh"
"justfile"
".local/share/fish"
".gnupg"
]);
excludeHomeManagerSymlinks = true;