updated syntax
This commit is contained in:
parent
ae6da0ecc4
commit
28ba8e57bc
@ -4,9 +4,9 @@
|
|||||||
config,
|
config,
|
||||||
...
|
...
|
||||||
}: let
|
}: let
|
||||||
cfg = config.services.obs;
|
cfg = config.programs.obs;
|
||||||
in {
|
in {
|
||||||
options.services.obs = {
|
options.programs.obs = {
|
||||||
autostart = pkgs.lib.mkOption {
|
autostart = pkgs.lib.mkOption {
|
||||||
type = pkgs.lib.types.bool;
|
type = pkgs.lib.types.bool;
|
||||||
default = false;
|
default = false;
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
{pkgs, ...}: {
|
{...}: {
|
||||||
targets.genericLinux.enable = false;
|
targets.genericLinux.enable = false;
|
||||||
|
|
||||||
programs.bash.shellAliases = {
|
programs.bash.shellAliases = {
|
||||||
@ -12,5 +12,5 @@
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
services.obs.autostart = false;
|
programs.obs.autostart = false;
|
||||||
}
|
}
|
||||||
|
@ -1,8 +1,4 @@
|
|||||||
{
|
{...}: {
|
||||||
pkgs,
|
|
||||||
# options,
|
|
||||||
...
|
|
||||||
}: {
|
|
||||||
targets.genericLinux.enable = false;
|
targets.genericLinux.enable = false;
|
||||||
|
|
||||||
programs.bash.shellAliases = {
|
programs.bash.shellAliases = {
|
||||||
@ -16,5 +12,5 @@
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
services.obs.autostart = true;
|
programs.obs.autostart = true;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user