stockholm/makefu/2configs/tools/consoles.nix
2021-10-01 18:53:52 +02:00

17 lines
206 B
Nix

{ pkgs, ... }:
{
users.users.makefu.packages = with pkgs; [
# PS2
opl-utils
#opl-pc-tools
hdl-dump
bin2iso
cue2pops
# switch
nx_game_info
hactool
nsrenamer
];
}