refactoring
This commit is contained in:
parent
cd146650b7
commit
3110d3fe47
2 changed files with 10 additions and 4 deletions
9
modules/home/beets/default.nix
Normal file
9
modules/home/beets/default.nix
Normal file
|
@ -0,0 +1,9 @@
|
|||
{ config, lib, pkgs, ... }:
|
||||
|
||||
{
|
||||
home.packages = with pkgs; [
|
||||
beets
|
||||
];
|
||||
|
||||
xdg.configFile."beets/config.yaml".source = ./config.yaml;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue