From 54e4e06093f3e188e0d50b6239213f20382f3ba3 Mon Sep 17 00:00:00 2001 From: Gabe Venberg Date: Mon, 22 Apr 2024 16:35:34 -0500 Subject: [PATCH] added music utils to workstation. --- hosts/gabe-gv-workstation.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/hosts/gabe-gv-workstation.nix b/hosts/gabe-gv-workstation.nix index 440f608..87ce76c 100644 --- a/hosts/gabe-gv-workstation.nix +++ b/hosts/gabe-gv-workstation.nix @@ -32,5 +32,7 @@ ../modules/home-manager ../modules/home-manager/syncthing.nix ../modules/home-manager/email.nix + ../modules/home-manager/beets.nix + ../modules/home-manager/mpd/mpd.nix ]; }