376 current 2025-05-03 18:04:12 25.05.20250424.f771eb4 6.12.24 *
This commit is contained in:
10
home/programs/beets/default.nix
Normal file
10
home/programs/beets/default.nix
Normal file
@@ -0,0 +1,10 @@
|
||||
{
|
||||
config,
|
||||
pkgs,
|
||||
...
|
||||
}: {
|
||||
home.packages = with pkgs; [
|
||||
beets
|
||||
];
|
||||
home.file.".config/beets/config.yaml".source = ./config.yaml;
|
||||
}
|
||||
Reference in New Issue
Block a user