From 1e36fdb26724fee72ad48b14fe1f6a7a4a7c3287 Mon Sep 17 00:00:00 2001 From: Emmet Date: Sat, 27 Apr 2024 15:34:36 -0500 Subject: [PATCH] Disables home-manager news --- profiles/homelab/base.nix | 2 ++ profiles/work/home.nix | 2 ++ profiles/wsl/home.nix | 2 ++ 3 files changed, 6 insertions(+) diff --git a/profiles/homelab/base.nix b/profiles/homelab/base.nix index c0562a5..190e145 100644 --- a/profiles/homelab/base.nix +++ b/profiles/homelab/base.nix @@ -89,4 +89,6 @@ # It is ok to leave this unchanged for compatibility purposes system.stateVersion = "22.11"; + news.display = "silent"; + } diff --git a/profiles/work/home.nix b/profiles/work/home.nix index 16259ee..bcf4794 100644 --- a/profiles/work/home.nix +++ b/profiles/work/home.nix @@ -179,4 +179,6 @@ BROWSER = userSettings.browser; }; + news.display = "silent"; + } diff --git a/profiles/wsl/home.nix b/profiles/wsl/home.nix index 7fb8ee7..6d2a704 100644 --- a/profiles/wsl/home.nix +++ b/profiles/wsl/home.nix @@ -63,4 +63,6 @@ EDITOR = userSettings.editor; }; + news.display = "silent"; + }