homepage: Allow an URL for categories
This commit is contained in:
parent
7ca1e0576b
commit
49b8dd0b5e
3 changed files with 11 additions and 7 deletions
|
@ -73,6 +73,10 @@ in
|
|||
type = lib.types.nullOr lib.types.path;
|
||||
default = null;
|
||||
};
|
||||
url = lib.mkOption {
|
||||
type = lib.types.str;
|
||||
default = "about:blank";
|
||||
};
|
||||
links = lib.mkOption {
|
||||
default = [ ];
|
||||
type = lib.types.listOf (
|
||||
|
@ -102,6 +106,5 @@ in
|
|||
)
|
||||
);
|
||||
};
|
||||
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue