Skip to content

Commit b442dee

Browse files
committed
openarena
1 parent 6ed68cd commit b442dee

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

nix/configuration.nix

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -800,6 +800,15 @@ in {
800800
programs.firejail.enable = true;
801801
programs.firejail.wrappedBinaries =
802802
mkFirejailSimple "xonotic"
803+
// mkFirejailCustom {
804+
pkg = "openarena";
805+
dir = "q3";
806+
exe = ''
807+
${pkgs.openarena}/bin/openarena \
808+
+set fs_homepath ~/.firejail/q3/.openarena \
809+
+set fs_game excessiveplus +set vm_cgame 2 +set vm_ui 2
810+
'';
811+
}
803812
// mkFirejailCustom {
804813
pkg = "doom2";
805814
dir = "doom";

0 commit comments

Comments
 (0)