diff options
author | Silas Schöffel <sils@sils.li> | 2025-06-22 12:53:11 +0200 |
---|---|---|
committer | Silas Schöffel <sils@sils.li> | 2025-06-22 12:53:11 +0200 |
commit | 80dd4d02563c58f0f6e471a77a189378f14b2276 (patch) | |
tree | 340a655e4f2d291de790fb1573eb338e8dfc746a /modules | |
parent | zellij: init (diff) | |
download | nix-config-80dd4d02563c58f0f6e471a77a189378f14b2276.zip |
hyprland: supress update message
Diffstat (limited to 'modules')
-rw-r--r-- | modules/hm/sils/hyprland.nix | 4 |
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"; |