You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
423 B
Cheetah
18 lines
423 B
Cheetah
path = '{{dirs.config}}'
|
|
|
|
ignored = [
|
|
{{#if-not-installed podman}}"nushell/completions/podman.nu",{{/if-not-installed}}
|
|
{{#if-not-installed fnm}}"nushell/fnm.nu",{{/if-not-installed}}
|
|
{{#if-not-installed bottom}}"bottom",{{/if-not-installed}}
|
|
{{#if-not-installed nix}}"nixpkgs",{{/if-not-installed}}
|
|
|
|
{{#if flags.windows}}
|
|
# Files irrelevant to windows
|
|
"fontconfig",
|
|
"systemd",
|
|
"firejail",
|
|
{{/if}}
|
|
]
|
|
|
|
|