Skip to content

Commit 3e823d5

Browse files
committed
some mods
1 parent 10db346 commit 3e823d5

File tree

1 file changed

+20
-20
lines changed

1 file changed

+20
-20
lines changed

nix/configuration.nix

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -755,10 +755,17 @@ in {
755755
${pkgs.gzdoom}/bin/gzdoom \
756756
-iwad ./freedoom-0.13.0/freedoom2.wad \
757757
-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" \
759759
-file ./DoomBSMS.wad \
760760
-file ./mod.pk3 \
761761
-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" \
762769
-file ./SimpleSlots.1.1.pk7
763770
'';
764771
}
@@ -775,29 +782,13 @@ in {
775782
'';
776783
}
777784
// fj.mkFirejailCustom {
778-
pkg = "doom-dragon";
785+
pkg = "doom-mall";
779786
dir = "doom";
780787
exe = ''
781788
${unst.gzdoom}/bin/gzdoom \
782789
-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 \
801792
-file ./SimpleSlots.1.1.pk7
802793
'';
803794
}
@@ -823,6 +814,15 @@ in {
823814
download --model DeepSeekCoder-1.3B
824815
'';
825816
}
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+
}
826826
// fj.mkFirejailCustom {
827827
pkg = "tabby-download-instruct";
828828
dir = "tabby-download";

0 commit comments

Comments
 (0)