feat: reorganized misc home manager files

This commit is contained in:
Nick 2024-11-03 17:50:29 -06:00
parent 4909d02264
commit 669316009c
19 changed files with 43 additions and 133 deletions

View file

@ -0,0 +1,16 @@
{pkgs, ...}: {
home.packages = builtins.attrValues {
inherit
(pkgs)
# Mp3
kid3
mp3gain
puddletag
# Tracking
nicotine-plus
soulseekqt
;
};
}