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 | |
| parent | ca8e312fb355e660f22331db7ccab3ecf4ed02a4 (diff) | |
flake: update
Diffstat (limited to 'common')
| -rw-r--r-- | common/home/default.nix | 1 | ||||
| -rw-r--r-- | common/home/hyprland/default.nix | 4 |
2 files changed, 5 insertions, 0 deletions
diff --git a/common/home/default.nix b/common/home/default.nix index bab4cb4..9299c44 100644 --- a/common/home/default.nix +++ b/common/home/default.nix @@ -56,6 +56,7 @@ packages = [ pkgs.unstable.luanti pkgs.prismlauncher pkgs.bibletime + pkgs.musescore ]; in { 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" ]; }; } |