blob: 3f2cf3096cfbd8c5761c2689b13326baded0caf1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
{ pkgs, ... }:
{
users.users.makefu.packages = with pkgs; [
kodi
calibre
vlc
mumble
mplayer
# quodlibet # exfalso
plowshare
streamripper
youtube-dl
pulseeffects
];
}
|