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"; + }