Update website

This commit is contained in:
Tim Schubert 2023-11-13 21:57:02 +01:00
parent 1ab59d7994
commit 6d25719a61
Signed by: dadada
SSH key fingerprint: SHA256:bFAjFH3hR8zRBaJjzQDjc3o4jqoq5EZ87l+KXEjxIz0
4 changed files with 5 additions and 27 deletions

View file

@ -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 {