@@ -755,10 +755,17 @@ in {
755
755
${ pkgs . gzdoom } /bin/gzdoom \
756
756
-iwad ./freedoom-0.13.0/freedoom2.wad \
757
757
-file ./DOOM_Infinite_DEMO_0978_6.pk3 \
758
- -file ./flashlight_plus_plus_v9_1. pk3 \
758
+ -file "./duhd/1 lights2.wad" "./duhd/8 DHTP Textures. pk3" "./duhd/9 JFO.wad" "./duhd/10 HD_SFX.wad" "./duhd/12 Flashlight++.pk3" "./duhd/13 Tilt++.pk3" "./duhd/14 brightmaps2.wad" "./duhd/16 d3snds.wad" "./duhd/17 brutaldoom_stuff.wad" "./duhd/19 SpriteShadow.wad" "./duhd/20 WorldGamma.wad" "./duhd/21 BloomBoost.wad" "./duhd/22 MotionBlur.pk3" "./duhd/23 hires_decals.wad" "./duhd/24 Terrains.wad" "./duhd/25 HD HUD.pk3" "./duhd/26 Liquids.pk3" "./duhd/27 marcelus_hd_sprites.pk3" "./duhd/29 Universal Rain and Snow v3.pk3" "./duhd/30 OST Remake.pk3" "./duhd/31 texture_lights.wad" "./duhd/0 Parallax PBR.pk3" \
759
759
-file ./DoomBSMS.wad \
760
760
-file ./mod.pk3 \
761
761
-file ./nashgore.pk3 \
762
+ -file ./CodeFX.pk3 \
763
+ -file ./CodeFXFire.pk3 \
764
+ -file ./CodeFXBlood.pk3 \
765
+ -file "./liquid/Liquid Texture Pack/(GZDoom) Liquid Texture Pack V4.0.pk3" \
766
+ -file "./liquid/Liquid Texture Pack/LTP V4.0 Glowing Toxic Texture Addon.pk3" \
767
+ -file "./liquid/LTP V4.0 Shader pack.pk3" \
768
+ -file "./liquid/LTP V4.0 Sky shader addon.pk3" \
762
769
-file ./SimpleSlots.1.1.pk7
763
770
'' ;
764
771
}
@@ -775,29 +782,13 @@ in {
775
782
'' ;
776
783
}
777
784
// fj . mkFirejailCustom {
778
- pkg = "doom-dragon " ;
785
+ pkg = "doom-mall " ;
779
786
dir = "doom" ;
780
787
exe = ''
781
788
${ unst . gzdoom } /bin/gzdoom \
782
789
-iwad ./freedoom-0.13.0/freedoom2.wad \
783
- -file ./Project_Brutality-PB_Staging.zip \
784
- -file ./dragon/KAI-main.pk3 \
785
- -file ./dragon/dragon-sector-remake-v1.0.pk3 \
786
- -file ./flashlight_plus_plus_v9_1.pk3 \
787
- -file ./relite_0.7.3b.pk3 \
788
- -file ./SimpleSlots.1.1.pk7
789
- '' ;
790
- }
791
- // fj . mkFirejailCustom {
792
- pkg = "doom-ashes1" ;
793
- dir = "doom" ;
794
- exe = ''
795
- ${ pkgs . gzdoom } /bin/gzdoom \
796
- -iwad ./freedoom-0.13.0/freedoom2.wad \
797
- -file ./ashes/AshesSAMenu.pk3 \
798
- -file ./ashes/lightmodepatch.pk3 \
799
- -file ./ashes/Ashes2063Enriched2_23.pk3 \
800
- -file ./ashes/Ashes2063EnrichedFDPatch.pk3 \
790
+ -file ./brutalv22test4.pk3 \
791
+ -file ./mall.pk3 \
801
792
-file ./SimpleSlots.1.1.pk7
802
793
'' ;
803
794
}
@@ -823,6 +814,15 @@ in {
823
814
download --model DeepSeekCoder-1.3B
824
815
'' ;
825
816
}
817
+ // fj . mkFirejailCustom {
818
+ pkg = "tabby-download-gemma" ;
819
+ dir = "tabby-download" ;
820
+ net = true ;
821
+ exe = ''
822
+ ${ import ./tabby.nix } /bin/tabby \
823
+ download --model CodeGemma-2B
824
+ '' ;
825
+ }
826
826
// fj . mkFirejailCustom {
827
827
pkg = "tabby-download-instruct" ;
828
828
dir = "tabby-download" ;
0 commit comments