summaryrefslogtreecommitdiffstats
path: root/makefu/2configs/tools/consoles.nix
blob: 7090804d414c62e826603a54210da3acd7b4a63e (plain)
1
2
3
4
5
6
7
8
9
{ pkgs, ... }:
{
  users.users.makefu.packages = with pkgs; [
    opl-utils
    hdl-dump
    bin2iso
    cue2pops
  ];
}