Disables home-manager news

This commit is contained in:
Emmet 2024-04-27 15:34:36 -05:00
parent cd7b11d3b7
commit 1e36fdb267
3 changed files with 6 additions and 0 deletions

View file

@ -89,4 +89,6 @@
# It is ok to leave this unchanged for compatibility purposes # It is ok to leave this unchanged for compatibility purposes
system.stateVersion = "22.11"; system.stateVersion = "22.11";
news.display = "silent";
} }

View file

@ -179,4 +179,6 @@
BROWSER = userSettings.browser; BROWSER = userSettings.browser;
}; };
news.display = "silent";
} }

View file

@ -63,4 +63,6 @@
EDITOR = userSettings.editor; EDITOR = userSettings.editor;
}; };
news.display = "silent";
} }