mirror of
https://codeberg.org/leana8959/.files.git
synced 2025-12-06 06:39:14 +00:00
vanadium: disable notification for nix-monitored
This commit is contained in:
parent
ff67fbe4d9
commit
eaa1a815ea
1 changed files with 1 additions and 0 deletions
|
|
@ -7,5 +7,6 @@ in
|
||||||
sources.nix-monitored.asFlake.packages.${final.system}.default
|
sources.nix-monitored.asFlake.packages.${final.system}.default
|
||||||
.override {
|
.override {
|
||||||
inherit (final) nix;
|
inherit (final) nix;
|
||||||
|
withNotify = false; # noisy, spams "command completed" even for nix shells
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue