machines: tank: add some useful tools for music et al.
Signed-off-by: Christoph Heiss <christoph@c8h4.io>
This commit is contained in:
parent
a542dfacb0
commit
86cc1adc47
1 changed files with 8 additions and 0 deletions
|
@ -70,6 +70,14 @@
|
||||||
fsType = "vfat";
|
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";
|
powerManagement.cpuFreqGovernor = "powersave";
|
||||||
|
|
||||||
services.dashboard-icons = {
|
services.dashboard-icons = {
|
||||||
|
|
Loading…
Reference in a new issue