omniflake/home/media.nix
2026-02-27 21:41:24 +01:00

14 lines
152 B
Nix

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