stockholm/makefu/2configs/tools/consoles.nix
2020-09-16 22:30:12 +02:00

13 lines
164 B
Nix

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