Hey! I’m currently on Fedora Workstation and I’m getting bored. Nothing in particular. I’ve heard about immutable distros and I’m thinking about Fedora Kinoite. The idea is interesting but idk if it’s worth it. CPU and GPU are AMD. Mostly used for gaming.

  • minnixA
    link
    English
    28 months ago

    I’ve been using Kinoite for a couple of years now on my Thinkpad. What would you like to know?

    • Footnote2669OP
      link
      fedilink
      18 months ago

      How much did you have to adapt to the new app installing workflow? If you know what I mean

      • minnixA
        link
        English
        48 months ago

        I learned quickly that installing apps the traditional way causes pretty major instability. You’re basically rebasing the entire OS via ostree to install one application. After my second nuke and pave due to updates no longer working from me rebasing I took the time to learn toolbox so if a flatpak is not available I can still use an application (containerized) without altering the OS. Toolbox by default pulls in another Fedora install as the app base. I recommend using Alpine instead, much smaller and lighter.

        I guess the moral of the story is learn to install applications the correct way, or just don’t use an immutable OS

        • Footnote2669OP
          link
          fedilink
          18 months ago

          Noted haha I’ll think about if I want to use Kinoite, Nix is first place rn I think haha

      • Chewy
        link
        fedilink
        38 months ago

        If nearly all of your gui apps are available as a flatpak, it’s simple to adapt. While I was using Silverblue I set my terminal up to launch directly into a distrobox, which gave me a regular container to install apps with a regular package manager (e.g. pacman in my case).

        If I used Silverblue today I’d use the Nix package manager (with home manager) to install all my cli apps.