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

10 lines
121 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
2018-01-03 13:41:33 +00:00
];
}