feat: Persist some projects for browsing

This commit is contained in:
Madeleine Sydney
2025-02-21 21:14:41 -07:00
parent bf18ac3e16
commit 922e0b6ab8
2 changed files with 16 additions and 0 deletions

View File

@@ -19,6 +19,8 @@
]; ];
xdg.enable = true; xdg.enable = true;
# Not yet in my version of HM.
# xdg.preferXdgDirectories = true;
sydnix = { sydnix = {
gpg.enable = true; gpg.enable = true;

View File

@@ -36,6 +36,8 @@ in lib.mkMerge [
# conjecture that my org files are extremely valuable with or without # conjecture that my org files are extremely valuable with or without
# Emacs. # Emacs.
"org" "org"
# REVIEW: I think it may be preferable to persist a few individual files
# under ~/.ssh, rather than the whole directory.
".ssh" ".ssh"
{ {
directory = ".local/share/Steam"; directory = ".local/share/Steam";
@@ -46,6 +48,18 @@ in lib.mkMerge [
}; };
} }
{
# ~/git — other peoples' code
systemd.user.tmpfiles.rules = [
"v ${config.home.homeDirectory}/git 755 ${config.home.username} users - -"
];
sydnix.impermanence.directories = [
"git/doomemacs"
"git/publish-org-roam-ui"
];
}
{ {
### Syncthing ### Syncthing