diff options
| author | Nathan Reiner <nathan@nathanreiner.xyz> | 2025-06-04 07:53:20 +0200 |
|---|---|---|
| committer | Nathan Reiner <nathan@nathanreiner.xyz> | 2025-06-04 07:53:20 +0200 |
| commit | 75bdc69393791624084bf68c4d9a93219e6e0a0f (patch) | |
| tree | c710701f4dda952a6e2bd5da988fc2f5053b1137 /common/home/hyprland | |
| parent | ca8e312fb355e660f22331db7ccab3ecf4ed02a4 (diff) | |
flake: update
Diffstat (limited to 'common/home/hyprland')
| -rw-r--r-- | common/home/hyprland/default.nix | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/common/home/hyprland/default.nix b/common/home/hyprland/default.nix index f165048..1cb585e 100644 --- a/common/home/hyprland/default.nix +++ b/common/home/hyprland/default.nix @@ -162,6 +162,10 @@ "center,class:^(Hyprland::WinClass::Floating)$" ]; + ecosystem = { + no_update_news = true; + }; + exec-once = [ "signal-desktop" ]; }; } |