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

12 lines
150 B
Nix

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