It builds now.

This commit is contained in:
Jimbo 2024-10-15 02:40:43 -04:00
parent 9c71495c73
commit f3d9e8a188
47 changed files with 577 additions and 401 deletions

View file

@ -7,6 +7,5 @@
./general
./headless
./production
./remote-desktop
];
}

View file

@ -6,6 +6,6 @@
ryujinx
duckstation
pcsx2
unstable.lime3ds
#lime3ds
];
}

View file

@ -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 ];
}