stockholm/makefu/2configs/tools/consoles.nix

13 lines
164 B
Nix
Raw Normal View History

2018-01-03 13:41:33 +00:00
{ pkgs, ... }:
{
users.users.makefu.packages = with pkgs; [
opl-utils
hdl-dump
2018-01-03 23:53:39 +00:00
bin2iso
2018-01-04 01:14:36 +00:00
cue2pops
2020-08-16 20:17:09 +00:00
nx_game_info
hactool
2020-09-16 20:30:12 +00:00
nsrenamer
2018-01-03 13:41:33 +00:00
];
}