mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-04-24 18:19:11 +00:00
users/foo-dogsquared: add more things to fetch
This commit is contained in:
parent
ddbe28bdc4
commit
4bba534f22
@ -130,6 +130,12 @@ in
|
|||||||
extraArgs = [ "--depth" "1" ];
|
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.
|
# ...and my custom theme to be a showoff.
|
||||||
"${config.xdg.dataHome}/base16/bark-on-a-tree" = {
|
"${config.xdg.dataHome}/base16/bark-on-a-tree" = {
|
||||||
url = "https://github.com/foo-dogsquared/base16-bark-on-a-tree-scheme.git";
|
url = "https://github.com/foo-dogsquared/base16-bark-on-a-tree-scheme.git";
|
||||||
|
Loading…
Reference in New Issue
Block a user