diff --git a/modules/ytm/home.nix b/modules/ytm/home.nix index 08dd86d..f2c5bea 100644 --- a/modules/ytm/home.nix +++ b/modules/ytm/home.nix @@ -12,6 +12,6 @@ in enable = lib.mkEnableOption "youtube music"; }; config.home.packages = with pkgs; [ - youtube-music + pear-desktop ]; }