mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-04-19 00:19:11 +00:00
users/foo-dogsquared/setups/development: add more applications
This commit is contained in:
parent
3ae1781736
commit
c5835bc8a0
@ -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
|
||||||
];
|
];
|
||||||
})
|
})
|
||||||
]);
|
]);
|
||||||
|
Loading…
Reference in New Issue
Block a user