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