From 706bffda40b3d8f7b5435bec09b4e667cf116a15 Mon Sep 17 00:00:00 2001 From: Benedikt Peetz Date: Thu, 8 Aug 2024 19:09:38 +0200 Subject: feat(home/beets): Show more detail --- modules/home/conf/beets/default.nix | 3 +++ 1 file changed, 3 insertions(+) (limited to 'modules') diff --git a/modules/home/conf/beets/default.nix b/modules/home/conf/beets/default.nix index 46884800..87c4de8b 100644 --- a/modules/home/conf/beets/default.nix +++ b/modules/home/conf/beets/default.nix @@ -23,6 +23,9 @@ move = false; link = true; + # Show more detail, when beet needs to ask for something + detail = true; + # Don't try to import already imported directories incremental = true; -- cgit 1.4.1