about summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--modules/home/conf/beets/default.nix7
1 files changed, 6 insertions, 1 deletions
diff --git a/modules/home/conf/beets/default.nix b/modules/home/conf/beets/default.nix
index 5f3a141c..4348257d 100644
--- a/modules/home/conf/beets/default.nix
+++ b/modules/home/conf/beets/default.nix
@@ -46,7 +46,12 @@
           {
             # Called, when `beet import` finishes
             event = "import";
-            command = "echo 'Import finished. Starting to calculate replay gain..' && beet replaygain";
+            command = "echo 'Import finished. Starting to calculate replay gain..'";
+          }
+          {
+            # Called, when `beet import` finishes
+            event = "import";
+            command = "beet replaygain";
           }
         ];
       };