• @just_another_person
    link
    925 days ago

    Whichever you’re more comfortable with and provides the features you want.

  • @InnerScientist
    link
    725 days ago

    Define “sandboxed”

    Application can only access a limited part of the system? = use flatpak or build a container/VM image using the nix pkgs.

    Application can be uninstalled completely and has separate libraries? I prefer nix.

  • Noxious
    link
    fedilink
    525 days ago

    I’d say Nix requires some experience, so if you are new to Linux, definitely go with Flatpak. I believe Flatpak also provides stronger sandboxing.

  • @thedeadwalking4242
    link
    525 days ago

    Nix apps are not sandboxed and you have no control of what resources they have access to or don’t, unless you wrap them with some other program

    • LalSalaamComrade
      link
      fedilink
      English
      2
      edit-2
      25 days ago

      They can be isolated because Nix has in-built support for three different levels of sandboxing - virtual machines, containers as well as ephemeral shells.

  • @[email protected]
    link
    fedilink
    English
    4
    edit-2
    25 days ago

    Flatpaks are easier to use in most distros. If you’re using NixOS, then Nix of course. But if you want to do a lot of CLI stuff, then Nix may be better too.