aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/nix
diff options
context:
space:
mode:
Diffstat (limited to 'nix')
-rw-r--r--nix/common.nix3
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";
}