diff options
author | Mark Nipper <nipsy@bitgnome.net> | 2025-10-07 00:39:26 -0700 |
---|---|---|
committer | Mark Nipper <nipsy@bitgnome.net> | 2025-10-07 00:39:26 -0700 |
commit | 11039544391cba4f1daf397d7caa6f436f7e8eaa (patch) | |
tree | 26e53d8bd03c42fc08e22690f615fcde87e19996 /hosts/common | |
parent | 8b4608e50939b942c5fdd873a55b5c3959332368 (diff) | |
download | nix-11039544391cba4f1daf397d7caa6f436f7e8eaa.tar nix-11039544391cba4f1daf397d7caa6f436f7e8eaa.tar.gz nix-11039544391cba4f1daf397d7caa6f436f7e8eaa.tar.bz2 nix-11039544391cba4f1daf397d7caa6f436f7e8eaa.tar.lz nix-11039544391cba4f1daf397d7caa6f436f7e8eaa.tar.xz nix-11039544391cba4f1daf397d7caa6f436f7e8eaa.tar.zst nix-11039544391cba4f1daf397d7caa6f436f7e8eaa.zip |
Remove broken artyFX
Diffstat (limited to 'hosts/common')
-rw-r--r-- | hosts/common/optional/sound.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hosts/common/optional/sound.nix b/hosts/common/optional/sound.nix index e210381..429172a 100644 --- a/hosts/common/optional/sound.nix +++ b/hosts/common/optional/sound.nix @@ -2,7 +2,7 @@ { environment = { systemPackages = [ - pkgs.artyFX + #pkgs.artyFX pkgs.audacity pkgs.bespokesynth pkgs.boops |