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

9 lines
108 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-03 14:41:33 +01:00
];
}