pureref 2, added pkg to load source file

This commit is contained in:
2024-10-19 17:38:27 -06:00
parent 155ae98c72
commit 3f769d34a0
3 changed files with 15 additions and 26 deletions

View File

@@ -17,16 +17,16 @@
mypaint # not the best art program
mypaint-brushes # but it's got some
mypaint-brushes1 # nice damn brushes
# pureref # create inspiration/reference boards
blender # cgi animation and sculpting
# drawpile # arty party with friends!!
(callPackage ../../pkgs/pureref/default.nix { }) # create inspiration/reference boards
])
++ (
if config.my.dev.gameDev.enable then
with pkgs;
[
godot_4 # game development
# gdtoolkit # gdscript language server
gdtoolkit_4 # gdscript language server
]
else
[ ]