>>107097720
Not them, but I use noatime but turn on relatime for my /home.
/dev/nvme1n1p2 / btrfs rw,noatime,compress-force=zstd:6,ssd,space_cache,subvolid=256,subvol=/@ 0 0
/dev/nvme1n1p2 on /home type btrfs (rw,relatime,compress-force=zstd:6,ssd,space_cache,subvolid=678,subvol=/@/home)
I like having access times for my home folder. I also have scripts that rely on atime for cleaning up cache files in ~/.cache that have not been accessed recently.