376 current 2025-05-03 18:04:12 25.05.20250424.f771eb4 6.12.24 *

This commit is contained in:
2025-05-03 18:04:34 -04:00
parent a36b7fdebe
commit 6fe8901228
17 changed files with 679 additions and 16 deletions

View File

@@ -0,0 +1,10 @@
{
config,
pkgs,
...
}: {
home.packages = with pkgs; [
beets
];
home.file.".config/beets/config.yaml".source = ./config.yaml;
}