mirror of
https://gitlab.com/upRootNutrition/dotfiles.git
synced 2025-06-17 18:45:12 -05:00
feat: reorganized misc home manager files
This commit is contained in:
parent
4909d02264
commit
669316009c
19 changed files with 43 additions and 133 deletions
16
home-manager/modules/misc/tracking.nix
Executable file
16
home-manager/modules/misc/tracking.nix
Executable file
|
@ -0,0 +1,16 @@
|
|||
{pkgs, ...}: {
|
||||
home.packages = builtins.attrValues {
|
||||
inherit
|
||||
(pkgs)
|
||||
# Mp3
|
||||
|
||||
kid3
|
||||
mp3gain
|
||||
puddletag
|
||||
# Tracking
|
||||
|
||||
nicotine-plus
|
||||
soulseekqt
|
||||
;
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue