updated syntax

This commit is contained in:
2024-02-16 17:45:51 +01:00
parent ae6da0ecc4
commit 28ba8e57bc
3 changed files with 6 additions and 10 deletions

View File

@ -4,9 +4,9 @@
config,
...
}: let
cfg = config.services.obs;
cfg = config.programs.obs;
in {
options.services.obs = {
options.programs.obs = {
autostart = pkgs.lib.mkOption {
type = pkgs.lib.types.bool;
default = false;