Compare commits

...

2 commits

2 changed files with 4 additions and 4 deletions

View file

@ -56,8 +56,8 @@ topLevel: {
}; };
maintenance = { maintenance = {
repo = [ repo = [
"home/${username}/projects/nixpkgs" "/home/${username}/projects/nixpkgs"
"home/${username}/projects/config" "/home/${username}/projects/config"
]; ];
strategy = "incremental"; strategy = "incremental";
}; };

View file

@ -301,7 +301,7 @@
{ {
matches = [ matches = [
{ {
app-id = "1Password"; app-id = "1password";
at-startup = true; at-startup = true;
} }
]; ];
@ -507,7 +507,7 @@
{ argv = [ "obsidian" ]; } { argv = [ "obsidian" ]; }
{ argv = [ "discord" ]; } { argv = [ "discord" ]; }
{ argv = [ "1password" ]; } { argv = [ "1password" ]; }
{ sh = "steam"; } { sh = "sleep 1 && steam"; }
]; ];
}; };