Compare commits

..

No commits in common. "512270ee5059e3a362620e21a3e77d4c87d6bbd2" and "c57ec4fc2fcfeefec44bafcf7c8ee36813bbb29a" have entirely different histories.

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 = "sleep 1 && steam"; } { sh = "steam"; }
]; ];
}; };