mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-01-30 22:57:55 +00:00
shells/creatives: init
This commit is contained in:
parent
cc6b3cdcd0
commit
1b0dc9f7af
19
shells/creatives.nix
Normal file
19
shells/creatives.nix
Normal file
@ -0,0 +1,19 @@
|
||||
# Trying to be creative with coding while endlessly referring to some tutorials
|
||||
# on the internet.
|
||||
{ mkShell
|
||||
, supercollider
|
||||
, bonzomatic
|
||||
, processing
|
||||
, puredata
|
||||
, shaderc
|
||||
}:
|
||||
|
||||
mkShell {
|
||||
packages = [
|
||||
supercollider # It's a super tool for music who compensates the lack of musical talent for coding instead.
|
||||
bonzomatic # Shadertoy for desktop bozos.
|
||||
processing # All aboard the creative coding train.
|
||||
puredata # Pure unadulterated data: all of them.
|
||||
shaderc # Tools to be a shady person.
|
||||
];
|
||||
}
|
@ -2,6 +2,7 @@
|
||||
|
||||
with pkgs; {
|
||||
cloud = callPackage ./cloud.nix { };
|
||||
creatives = callPackage ./creatives.nix { };
|
||||
flatpak = callPackage ./flatpak.nix { };
|
||||
gnu = callPackage ./gnu.nix { };
|
||||
gnome = callPackage ./gnome.nix { };
|
||||
|
Loading…
Reference in New Issue
Block a user