fix: impermanence permission

This commit is contained in:
2025-05-04 10:58:06 +08:00
parent 1a7112c21d
commit 0a52c5f1b2
3 changed files with 10 additions and 6 deletions

View File

@@ -20,7 +20,6 @@ in
'';
};
homeDirs = lib.mkOption {
type = with lib.types; listOf str;
default = [ ];
example = lib.literalExpression ''
[
@@ -33,7 +32,6 @@ in
'';
};
nixosDirs = lib.mkOption {
type = with lib.types; listOf str;
default = [ ];
example = lib.literalExpression ''
[
@@ -46,7 +44,6 @@ in
'';
};
homeFiles = lib.mkOption {
type = with lib.types; listOf str;
default = [ ];
example = lib.literalExpression ''
[
@@ -58,7 +55,6 @@ in
'';
};
nixosFiles = lib.mkOption {
type = with lib.types; listOf str;
default = [ ];
example = lib.literalExpression ''
[