omniflake/home/modules/media.nix
2026-03-10 14:34:01 +01:00

14 lines
152 B
Nix

{ pkgs, ... }:
{
home.packages = with pkgs; [
castget
feh
ffmpeg
nicotine-plus
qbittorrent
vlc
yt-dlp
zathura
];
}