diff options
Diffstat (limited to 'modules/home')
-rw-r--r-- | modules/home/conf/beets/default.nix | 3 |
1 files changed, 3 insertions, 0 deletions
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; |