stockholm/makefu/2configs/tools/consoles.nix
2018-01-04 02:14:36 +01:00

10 lines
121 B
Nix

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