refactor(crumb): ~/etc

This commit is contained in:
Madeleine Sydney
2025-04-22 01:22:03 -06:00
parent 2ebfe72413
commit 90502ec7d8
2 changed files with 2 additions and 4 deletions

View File

@@ -33,6 +33,7 @@ in lib.mkMerge [
"Videos"
"src" # My projects.
"scratch" # My playgrounds.
"etc" # Miscellaneous belongings.
"git" # Other peoples' projects.
# Should "org" be declared in emacs.nix? I don't think so. I
# conjecture that my org files are extremely valuable with or without
@@ -42,9 +43,6 @@ in lib.mkMerge [
# under ~/.ssh, rather than the whole directory.
".ssh"
];
files = [
"liography.bib"
];
};
}