dotfiles/hosts/thinkpad/apps/music.nix

11 lines
127 B
Nix
Raw Permalink Normal View History

2025-01-11 12:03:31 +01:00
{ pkgs, config, ... }:
{
2024-07-31 07:17:52 +02:00
environment.systemPackages = with pkgs; [
playerctl
jamesdsp
yt-dlp
feishin
2024-12-05 07:02:26 +01:00
2024-07-31 07:17:52 +02:00
];
}