all repos — nixfiles @ ca5f6de7a96c90ff269323ad00d567bb65bd9e03

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

Split music and music-management packages
Alan Pearce alan@alanpearce.eu
Tue, 27 Sep 2022 05:28:30 +0200
commit

ca5f6de7a96c90ff269323ad00d567bb65bd9e03

parent

0b67b042b5ad2512527251c27c6fc4d393660b8d

2 files changed, 7 insertions(+), 1 deletions(-)

jump to
A user/settings/music-management.nix
@@ -0,0 +1,7 @@+{ config, pkgs, ... }:
+
+{
+  home.packages = with pkgs; [
+    beets
+  ];
+}
M user/settings/music.nixuser/settings/music.nix
@@ -2,7 +2,6 @@ { config, pkgs, ... }: 
 {
   home.packages = with pkgs; [
-    beets
     cmus
     playerctl
     sonixd