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

@ -1,8 +1,4 @@
{
pkgs,
# options,
...
}: {
{...}: {
targets.genericLinux.enable = false;
programs.bash.shellAliases = {
@ -16,5 +12,5 @@
};
};
services.obs.autostart = true;
programs.obs.autostart = true;
}