Was trying to install guix on top of fedora silverblue. It’s kinda working, but not exactly stable…

  • paequ2@lemmy.today
    link
    fedilink
    English
    arrow-up
    9
    ·
    1 day ago

    I recently brought over some ideas from VanillaOS over to my Arch install.

    1. Install as much as possible via flatpak
    2. Install a bunch of other stuff in distrobox (with podman backend)

    That gives me like 50% (idk fake number) of the features from VanillaOS, but I get to keep control over my system.

    Not that I ever had any problems with native pacman installs though… so… not sure how much benefit I’m really getting from doing this. I guess my pacman -Syu command runs faster now. That’s something…

    • QuazarOmega@lemy.lol
      link
      fedilink
      arrow-up
      2
      ·
      15 hours ago

      Not judging but just fyi, that’s like the worst of both worlds tbh. The point of installing independently of the base system is that the system is immutable and easy to roll back to a previous state, if you use a mutable system and also install packages with other means, you’re working around a limitation that isn’t even there and wasting more space to get almost none of the benefits (aside from easier permission control for Flatpaks)