Compare commits
No commits in common. "512270ee5059e3a362620e21a3e77d4c87d6bbd2" and "c57ec4fc2fcfeefec44bafcf7c8ee36813bbb29a" have entirely different histories.
512270ee50
...
c57ec4fc2f
2 changed files with 4 additions and 4 deletions
|
|
@ -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";
|
||||||
};
|
};
|
||||||
|
|
|
||||||
|
|
@ -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"; }
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue