summaryrefslogtreecommitdiff
path: root/common/home
diff options
context:
space:
mode:
Diffstat (limited to 'common/home')
-rw-r--r--common/home/default.nix1
-rw-r--r--common/home/hyprland/default.nix4
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" ];
};
}