made option to set obs autostart behaviour
This commit is contained in:
@ -1,4 +1,8 @@
|
||||
{...}: {
|
||||
{
|
||||
pkgs,
|
||||
# options,
|
||||
...
|
||||
}: {
|
||||
targets.genericLinux.enable = false;
|
||||
|
||||
programs.bash.shellAliases = {
|
||||
@ -11,4 +15,6 @@
|
||||
power-button-action = "suspend";
|
||||
};
|
||||
};
|
||||
|
||||
services.obs.autostart = true;
|
||||
}
|
||||
|
Reference in New Issue
Block a user