gitPath added

This commit is contained in:
get 2024-04-12 14:33:18 +02:00
commit dfa6cc1782
3 changed files with 10 additions and 1 deletions

View file

@ -15,6 +15,11 @@ in {
description = "username for this system";
type = types.str;
};
gitPath = mkOption {
description = "path to the flake directory";
type = types.str;
};
};
config = {