rename homePage to homepage

This commit is contained in:
Tim Schubert 2024-04-28 20:19:21 +02:00
parent 871c1b8fa8
commit 66055e2d2d
Signed by: dadada
SSH key fingerprint: SHA256:bFAjFH3hR8zRBaJjzQDjc3o4jqoq5EZ87l+KXEjxIz0
6 changed files with 9 additions and 9 deletions

View file

@ -3,10 +3,10 @@
, ...
}:
let
cfg = config.dadada.homePage;
cfg = config.dadada.homepage;
in
with lib; {
options.dadada.homePage = {
options.dadada.homepage = {
enable = mkEnableOption "Enable home page";
package = mkOption {
type = lib.types.path;