summary refs log tree commit diff stats
path: root/modules
diff options
context:
space:
mode:
authorSilas Schöffel <sils@sils.li>2025-06-22 12:53:11 +0200
committerSilas Schöffel <sils@sils.li>2025-06-22 12:53:11 +0200
commit80dd4d02563c58f0f6e471a77a189378f14b2276 (patch)
tree340a655e4f2d291de790fb1573eb338e8dfc746a /modules
parentzellij: init (diff)
downloadnix-config-80dd4d02563c58f0f6e471a77a189378f14b2276.zip
hyprland: supress update message
Diffstat (limited to 'modules')
-rw-r--r--modules/hm/sils/hyprland.nix4
1 files changed, 4 insertions, 0 deletions
diff --git a/modules/hm/sils/hyprland.nix b/modules/hm/sils/hyprland.nix
index 8c43c08..fd0e918 100644
--- a/modules/hm/sils/hyprland.nix
+++ b/modules/hm/sils/hyprland.nix
@@ -31,6 +31,10 @@ in {
         # Source a file (multi-file configs)
         # source = ~/.config/hypr/myColors.conf
 
+        ecosystem = {
+          no_update_news = true;
+        };
+
         # Some default env vars.
         env = "XCURSOR_SIZE,24";