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

13 lines
164 B
Nix
Raw Normal View History

2018-01-03 14:41:33 +01:00
{ pkgs, ... }:
{
users.users.makefu.packages = with pkgs; [
opl-utils
hdl-dump
2018-01-04 00:53:39 +01:00
bin2iso
2018-01-04 02:14:36 +01:00
cue2pops
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
];
}