stockholm/makefu/2configs/tools/consoles.nix
2018-01-04 00:53:39 +01:00

9 lines
108 B
Nix

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