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