users/foo-dogsquared: add more things to fetch

This commit is contained in:
Gabriel Arazas 2023-07-22 11:05:52 +08:00
parent ddbe28bdc4
commit 4bba534f22
No known key found for this signature in database
GPG Key ID: ADE0C41DAB221FCC

View File

@ -130,6 +130,12 @@ in
extraArgs = [ "--depth" "1" ];
};
# ...my gopass secrets,...
".local/share/gopass/stores/personal" = {
url = "gitea@code.foodogsquared.one:foodogsquared/gopass-secrets-personal.git";
type = "gopass";
};
# ...and my custom theme to be a showoff.
"${config.xdg.dataHome}/base16/bark-on-a-tree" = {
url = "https://github.com/foo-dogsquared/base16-bark-on-a-tree-scheme.git";