add(games): added fallout4 mod suppport

NOTE: this is a very specific application. Find a way to obscure for
common user.
This commit is contained in:
kenji
2026-06-23 19:49:09 -05:00
parent ae1f8ecc0e
commit f25e3326e5
4 changed files with 12 additions and 2 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
{myConfig, ...}: {
xdg.desktopEntries.mo2-nix-fo4 = {
name = "Mod Organizer 2 NXM Handler";
name = "Mod Organizer 2 Fallout";
exec = "protontricks-launch --appid 377160 \"/home/${myConfig.nixos.username}/Games/mod-organizer-2-fallout4/modorganizer2/ModOrganizer.exe\" %u";
terminal = false;
categories = ["Game"];