19 lines
211 B
Nix
19 lines
211 B
Nix
{ pkgs, ... }:
|
|
|
|
{
|
|
users.users.makefu.packages = with pkgs; [
|
|
kodi
|
|
calibre
|
|
vlc
|
|
mumble
|
|
mplayer
|
|
quodlibet # exfalso
|
|
|
|
plowshare
|
|
streamripper
|
|
youtube-dl
|
|
|
|
pulseeffects
|
|
];
|
|
}
|