omniflake/home/media.nix
2026-01-28 14:00:40 +01:00

16 lines
247 B
Nix

{ config, pkgs, inputs, lib, ... }:
{
home.packages = with pkgs; [
castget
feh
ffmpeg
nicotine-plus
qbittorrent
vlc
yt-dlp
zathura
];
xdg.configFile."castget/castget.conf".source = ./castget/castget.conf;
}