Compare commits
2 commits
c57ec4fc2f
...
512270ee50
| Author | SHA1 | Date | |
|---|---|---|---|
| 512270ee50 | |||
| 9f9ac5a3b4 |
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 = "steam"; }
|
{ sh = "sleep 1 && steam"; }
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue