fh5 things
All checks were successful
Build and Deploy / mreow (push) Successful in 7m57s
Build and Deploy / yarn (push) Successful in 1m11s
Build and Deploy / muffin (push) Successful in 1m3s

This commit is contained in:
2026-05-07 17:33:35 -04:00
parent 9a276a633a
commit 3865ceac0f
5 changed files with 33 additions and 2 deletions

View File

@@ -24,6 +24,11 @@
Icon = "${pkgs.prismlauncher}/share/icons/hicolor/scalable/apps/org.prismlauncher.PrismLauncher.svg";
Tags = [ "Game" ];
}
{
AppName = "FH5 Car Table";
Exe = "${pkgs.callPackage ../util/fh5-car-table.nix { }}/bin/fh5-car-table";
Tags = [ "Utility" ];
}
];
};
}