nixos-config/2configs/tools/consoles.nix

17 lines
206 B
Nix
Raw Normal View History

2018-01-03 14:41:33 +01:00
{ pkgs, ... }:
{
users.users.makefu.packages = with pkgs; [
2021-10-01 18:53:52 +02:00
# PS2
2018-01-03 14:41:33 +01:00
opl-utils
2021-10-01 18:53:52 +02:00
#opl-pc-tools
2018-01-03 14:41:33 +01:00
hdl-dump
2018-01-04 00:53:39 +01:00
bin2iso
2018-01-04 02:14:36 +01:00
cue2pops
2021-10-01 18:53:52 +02:00
# switch
2020-08-16 22:17:09 +02:00
nx_game_info
hactool
2020-09-16 22:30:12 +02:00
nsrenamer
2018-01-03 14:41:33 +01:00
];
}