Update website
This commit is contained in:
parent
1ab59d7994
commit
6d25719a61
4 changed files with 5 additions and 27 deletions
|
@ -1,5 +1,4 @@
|
|||
{ config
|
||||
, pkgs
|
||||
, lib
|
||||
, ...
|
||||
}:
|
||||
|
@ -10,8 +9,8 @@ with lib; {
|
|||
options.dadada.homePage = {
|
||||
enable = mkEnableOption "Enable home page";
|
||||
package = mkOption {
|
||||
type = lib.types.package;
|
||||
description = "Package containing the homepage";
|
||||
type = lib.types.path;
|
||||
description = "Path containing the homepage";
|
||||
};
|
||||
};
|
||||
config = mkIf cfg.enable {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue