remove faulty type from home option
This commit is contained in:
parent
456049ca7a
commit
cc0229578f
1 changed files with 0 additions and 1 deletions
|
|
@ -17,7 +17,6 @@ in
|
||||||
{
|
{
|
||||||
options.home = lib.mkOption {
|
options.home = lib.mkOption {
|
||||||
# used by /home/default.nix
|
# used by /home/default.nix
|
||||||
type = lib.types.attrsOf lib.types.str;
|
|
||||||
default = { };
|
default = { };
|
||||||
description = "Home Manager configuration for user `hd`. Has no effect if `/home` is not loaded";
|
description = "Home Manager configuration for user `hd`. Has no effect if `/home` is not loaded";
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue