stockholm/makefu/2configs/tools/media.nix
2017-03-05 16:56:11 +01:00

13 lines
163 B
Nix

{ pkgs, ... }:
{
nixpkgs.config.firefox = {
enableAdobeFlash = true;
};
krebs.per-user.makefu.packages = with pkgs; [
kodi
streamripper
];
}