From a90a213cc0805d4b0e5faa18fca706f4f8e98d6d Mon Sep 17 00:00:00 2001 From: Colin Date: Mon, 1 Apr 2024 20:33:53 +0000 Subject: [PATCH] apps: gui: disable under-used "blanket" noise generator --- hosts/modules/gui/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/modules/gui/default.nix b/hosts/modules/gui/default.nix index 1df85d14..482fee90 100644 --- a/hosts/modules/gui/default.nix +++ b/hosts/modules/gui/default.nix @@ -134,7 +134,7 @@ in "pcTuiApps" ] ++ [ "audacity" - "blanket" # ambient noise generator + # "blanket" # ambient noise generator "brave" # for the integrated wallet -- as a backup # "cantata" # music player (mpd frontend) # "chromium" # chromium takes hours to build. brave is chromium-based, distributed in binary form, so prefer it.