machines: tank: add some useful tools for music et al.

Signed-off-by: Christoph Heiss <christoph@c8h4.io>
This commit is contained in:
Christoph Heiss 2024-01-30 23:52:21 +01:00
parent a542dfacb0
commit 86cc1adc47
Signed by: c8h4
GPG key ID: 73D5E7FDEE3DE49A

View file

@ -70,6 +70,14 @@
fsType = "vfat";
};
home-manager.users.christoph = {
home.packages = with pkgs; [ tagutil ];
programs.yt-dlp.enable = true;
programs.zsh.shellAliases.yt-dlp-flac =
"yt-dlp -i -x -f bestaudio --audio-format flac --embed-thumbnail --embed-metadata";
};
powerManagement.cpuFreqGovernor = "powersave";
services.dashboard-icons = {