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,4 +1,4 @@
{pkgs, ...}: {
{...}: {
targets.genericLinux.enable = false;
programs.bash.shellAliases = {
@ -12,5 +12,5 @@
};
};
services.obs.autostart = false;
programs.obs.autostart = false;
}