updated syntax
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user