diff options
| author | 2026-05-22 10:41:21 +0100 | |
|---|---|---|
| committer | 2026-05-22 10:41:21 +0100 | |
| commit | 07989419e371213fc94021198631dac34523f8e0 (patch) | |
| tree | 379cf139c0ec966218c7017a3f77ea421ac39775 | |
| parent | 148ec6044004941bc0be63fadea6f9be903c1671 (diff) | |
| download | dotfiles-07989419e371213fc94021198631dac34523f8e0.tar.gz dotfiles-07989419e371213fc94021198631dac34523f8e0.tar.bz2 dotfiles-07989419e371213fc94021198631dac34523f8e0.zip | |
feat(nix): silence home-manager news notifications
Stops the 'X news items unread' banner on every home-manager switch.
| -rw-r--r-- | nix/common.nix | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/nix/common.nix b/nix/common.nix index 7f1fa5a..7c58949 100644 --- a/nix/common.nix +++ b/nix/common.nix @@ -199,4 +199,7 @@ # ── Enable HM-managed activation messages ────────────────────────────────── programs.home-manager.enable = true; + + # Silence "X news items" banner on every `home-manager switch`. + news.display = "silent"; } |
