This commit is contained in:
2026-06-15 17:48:39 +01:00
parent 0fb5245525
commit 2b7d77972b
5 changed files with 74 additions and 6 deletions
@@ -11,6 +11,7 @@
<den/primary-user>
den.aspects.doloro-shared
modules.sops
modules.flatpaks
modules.hyprland
modules.fish
modules.tuigreet
@@ -95,6 +96,19 @@
blender
bottles
pi-coding-agent
(pkgs.symlinkJoin {
name = "orca-slicer";
paths = [ pkgs.orca-slicer ];
buildInputs = [ pkgs.makeWrapper ];
postBuild = ''
wrapProgram $out/bin/orca-slicer \
--prefix LC_ALL : C \
--prefix MESA_LOADER_DRIVER_OVERRIDE : zink \
--prefix WEBKIT_DISABLE_DMABUF_RENDERER : 1 \
--prefix __EGL_VENDOR_LIBRARY_FILENAMES : ${pkgs.mesa}/share/glvnd/egl_vendor.d/50_mesa.json \
--prefix GALLIUM_DRIVER : zink
'';
})
];
programs.lutris.enable = true;
nixpkgs.overlays = [