made option to set obs autostart behaviour

This commit is contained in:
2024-02-16 17:41:53 +01:00
parent ae4462d98f
commit ae6da0ecc4
3 changed files with 34 additions and 9 deletions

View File

@ -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;
}