mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-04-16 06:19:11 +00:00
{home-manager,nixos}/state/paths: update example
This commit is contained in:
parent
471a975a75
commit
9b75ded877
@ -14,6 +14,7 @@
|
||||
'';
|
||||
example = lib.literalExpression ''
|
||||
{
|
||||
cacheDir = config.xdg.cacheHome;
|
||||
ignoreDirectories = [ "''${config.home.homeDirectory}/Nodes" ];
|
||||
ignorePaths = [ ".gitignore" "node_modules" "result" ];
|
||||
}
|
||||
|
@ -13,6 +13,7 @@
|
||||
'';
|
||||
default = { };
|
||||
example = {
|
||||
cacheDir = "/var/cache";
|
||||
ignoreDirectories = [ "/var/log" ];
|
||||
ignoreFiles = [ "node_modules" ".gitignore" ".bak" ];
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user