Compare commits

...

2 commits

2 changed files with 4 additions and 4 deletions

View file

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

View file

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