users/foo-dogsquared/setups/development: add more applications

This commit is contained in:
Gabriel Arazas 2025-03-28 16:28:52 +08:00
parent 3ae1781736
commit c5835bc8a0
No known key found for this signature in database
GPG Key ID: 62104B43D00AA360

View File

@ -142,14 +142,18 @@ in {
home.packages = with pkgs; home.packages = with pkgs;
[ [
d-spy # Some GNOME dev probably developed this. d-spy # Some GNOME dev probably developed this.
bustle # Hustle and...
]; ];
}) })
(lib.mkIf cfg.creative-coding.enable { (lib.mkIf cfg.creative-coding.enable {
home.packages = with pkgs; [ home.packages = with pkgs; [
decker
uxn
supercollider-with-plugins supercollider-with-plugins
processing processing
(puredata-with-plugins (with pkgs; [ zexy ])) (puredata-with-plugins (with pkgs; [ zexy ]))
tic-80-unstable
]; ];
}) })
]); ]);