restructure

This commit is contained in:
2026-07-29 23:48:23 +02:00
parent 2c218aef72
commit 03a85fc670
9 changed files with 120 additions and 95 deletions
+8 -2
View File
@@ -11,8 +11,14 @@
programs.beets.settings = {
directory = "/home/user/Music/Tracks";
plugins = [ "fetchart" "badfiles" "edit" "fish" "hook" ];
plugins = [
"fetchart"
"badfiles"
"edit"
"fish"
"hook"
];
import = {
copy = false;
+1 -1
View File
@@ -1,4 +1,4 @@
{pkgs, config, ... }:
{ pkgs, config, ... }:
{
imports = [
./beets.nix