Hello
I switched to garuda linux and it's amazing but I have problems with installing packages, because I have an 128gb ssd(for root and swap) and 1tb hdd(for two partitions made using gnome disks) and no matter if it was pacman,paru or nix every package I install get stored on the ssd and the hdd remains empty I really want to use (pacman,paru,nix..etc) without filling my ssd,here is a view of my fstab
# /etc/fstab: static file system information.
#
# Use 'blkid' to print the universally unique identifier for a device; this may
# be used with UUID= as a more robust way to name devices that works even if
# disks are added and removed. See fstab(5).
#
# <file system> <mount point> <type> <options> <dump> <pass>
UUID=5EAA-C031 /boot/efi vfat umask=0077 0 2
UUID=923ceba2-d4fd-407b-8890-734d2a76767d / btrfs subvol=/@,defaults,noatime,compress=zstd,discard=async,ssd 0 0
UUID=923ceba2-d4fd-407b-8890-734d2a76767d /home btrfs subvol=/@home,defaults,noatime,compress=zstd,discard=async,ssd 0 0
UUID=923ceba2-d4fd-407b-8890-734d2a76767d /root btrfs subvol=/@root,defaults,noatime,compress=zstd,discard=async,ssd 0 0
UUID=923ceba2-d4fd-407b-8890-734d2a76767d /srv btrfs subvol=/@srv,defaults,noatime,compress=zstd,discard=async,ssd 0 0
UUID=923ceba2-d4fd-407b-8890-734d2a76767d /var/cache btrfs subvol=/@cache,defaults,noatime,compress=zstd,discard=async,ssd 0 0
UUID=923ceba2-d4fd-407b-8890-734d2a76767d /var/log btrfs subvol=/@log,defaults,noatime,compress=zstd,discard=async,ssd 0 0
UUID=923ceba2-d4fd-407b-8890-734d2a76767d /var/tmp btrfs subvol=/@tmp,defaults,noatime,compress=zstd,discard=async,ssd 0 0
UUID=7a9e1238-1c9c-444c-9fe6-45b64f9604d0 swap swap defaults,noatime 0 0
tmpfs /tmp tmpfs defaults,noatime,mode=1777 0 0
/dev/disk/by-uuid/174921f5-4de2-4537-96d3-c7c04889b757 /mnt/174921f5-4de2-4537-96d3-c7c04889b757 auto nosuid,nodev,nofail,x-gvfs-show 0 0
/dev/disk/by-uuid/fa811833-a75f-43c8-ae03-521e41341b87 /mnt/fa811833-a75f-43c8-ae03-521e41341b87 auto nosuid,nodev,nofail,x-gvfs-show 0 0
# Binderfs Anbox
none /dev/binderfs binder nofail 0 0