Skip to content

Commit 5a81556

Browse files
committed
-
1 parent ec40795 commit 5a81556

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

nix/configuration.nix

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -761,6 +761,16 @@ in {
761761
-file ./SimpleSlots.1.1.pk7
762762
'';
763763
}
764+
// fj.mkFirejailCustom {
765+
pkg = "doom-free1";
766+
dir = "doom";
767+
exe = ''
768+
${unst.gzdoom}/bin/gzdoom \
769+
-iwad ./freedoom-0.13.0/freedoom1.wad \
770+
-file ./Project_Brutality-PB_Staging.zip \
771+
-file ./SimpleSlots.1.1.pk7
772+
'';
773+
}
764774
// fj.mkFirejailCustom {
765775
pkg = "doom-dsc";
766776
dir = "doom";

0 commit comments

Comments
 (0)