all repos — nixfiles @ 01e45a4971d230ff95af9437107e7939b7516138

System and user configuration, managed by nix and home-manager

music: add beets
Alan Pearce alan@alanpearce.eu
Sat, 16 Jul 2022 05:06:35 +0200
commit

01e45a4971d230ff95af9437107e7939b7516138

parent

bcc23db1ed7b5691fedebfedb799c1468bbd598d

1 files changed, 1 insertions(+), 0 deletions(-)

jump to
M user/settings/music.nixuser/settings/music.nix
@@ -2,6 +2,7 @@ { config, pkgs, ... }: 
 {
   home.packages = with pkgs; [
+    beets
     cmus
     playerctl
     (tauon.override { withDiscordRPC = true; })