mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-04-24 12:19:12 +00:00
files/mutable-files: update example
This commit is contained in:
parent
f739542d63
commit
6e9a8e4f24
@ -92,19 +92,17 @@ in
|
||||
missing.
|
||||
'';
|
||||
default = { };
|
||||
example = lib.literalExpression ''
|
||||
{
|
||||
"library/dotfiles" = {
|
||||
url = "https://github.com/foo-dogsquared/dotfiles.git";
|
||||
type = "git";
|
||||
};
|
||||
example = {
|
||||
"library/dotfiles" = {
|
||||
url = "https://github.com/foo-dogsquared/dotfiles.git";
|
||||
type = "git";
|
||||
};
|
||||
|
||||
"library/projects/keys" = {
|
||||
url = "https://example.com/file.zip";
|
||||
type = "archive";
|
||||
};
|
||||
}
|
||||
'';
|
||||
"library/projects/keys" = {
|
||||
url = "https://example.com/file.zip";
|
||||
type = "archive";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
config = lib.mkIf (cfg != { }) {
|
||||
|
Loading…
Reference in New Issue
Block a user