It builds now.
This commit is contained in:
parent
9c71495c73
commit
f3d9e8a188
47 changed files with 577 additions and 401 deletions
|
@ -7,6 +7,5 @@
|
|||
./general
|
||||
./headless
|
||||
./production
|
||||
./remote-desktop
|
||||
];
|
||||
}
|
||||
|
|
|
@ -6,6 +6,6 @@
|
|||
ryujinx
|
||||
duckstation
|
||||
pcsx2
|
||||
unstable.lime3ds
|
||||
#lime3ds
|
||||
];
|
||||
}
|
||||
|
|
|
@ -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