It builds now.
This commit is contained in:
parent
9c71495c73
commit
f3d9e8a188
47 changed files with 577 additions and 401 deletions
|
@ -1,4 +1,4 @@
|
|||
{ pkgs, lib, config, ... }:
|
||||
{ pkgs, blender-bin, ... }:
|
||||
{
|
||||
home.packages = with pkgs; [
|
||||
krita
|
||||
|
@ -7,4 +7,6 @@
|
|||
blender_4_2
|
||||
sunvox
|
||||
];
|
||||
|
||||
nixpkgs.overlays = [ blender-bin.overlays.default ];
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue