nixfmt
This commit is contained in:
@@ -34,7 +34,7 @@ in
|
||||
default = "Austin Horstman";
|
||||
description = "The full name of the user.";
|
||||
};
|
||||
home = mkOption {
|
||||
home = mkOption {
|
||||
type = (types.nullOr types.str);
|
||||
default = home-directory;
|
||||
description = "The user's home directory.";
|
||||
@@ -154,4 +154,4 @@ in
|
||||
};
|
||||
}
|
||||
]);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user