diff --git a/home/users/odweta/music.nix b/home/users/odweta/music.nix index 5c8aaa3..2f624c2 100644 --- a/home/users/odweta/music.nix +++ b/home/users/odweta/music.nix @@ -1,8 +1,6 @@ { ... }: { - home.packages = with pkgs; [ - rhythmbox - picard - ]; + programs.rhythmbox.enable = true; + programs.picard.enable = true; }