• 0x4E4F@sh.itjust.works
          link
          fedilink
          English
          arrow-up
          3
          ·
          9 months ago

          You can do the same with void-mklive. Boot, install, you have the same system that is on the live USB on your HDD/SSD.

      • bruhduh@lemmy.world
        link
        fedilink
        arrow-up
        2
        ·
        edit-2
        9 months ago

        Nah man, 3 months ago i had fedora 38 btrfs, timeshift refused to work because subvolumes wasn’t done, but i installed everything in auto gui mode, i did them by the manual after installation, timeshift started working just fine, a week further update to fedora 39 came, i updated, everything broke because of subvolumes, i loaded fedora recovery mode from grub, tried to roll back with timeshift btrfs, it rolled back to 38 but everything was still broke, and more over, whole ssd with this installation became locked, had to recover data from completely locked up ssd, in the middle of the process it locked even further, so i couldn’t even copy some files when disk was connected as external

        • 0x4E4F@sh.itjust.works
          link
          fedilink
          English
          arrow-up
          3
          ·
          9 months ago

          Have no idea what RH did that would do that during an update.

          I manually set up BTRFS every time, haven’t had any problems. But, I use Void, not Fedora.

    • HuntressHimbo@lemm.ee
      link
      fedilink
      English
      arrow-up
      3
      ·
      9 months ago

      NixOS ended up disappointing me a fair bit. I just tried it recently and the KDE support seems very rough so far, or at least I couldn’t find good answers to how to configure it and theme it.

        • HuntressHimbo@lemm.ee
          link
          fedilink
          arrow-up
          4
          ·
          9 months ago

          One of the main draw of NixOs is the reproducibility of builds, meaning that redoing the build will provide the exact same output each time, so Nix encourages you to make configuration changes through the package manager. I’ve mostly overcome my theming woes with home-manager now, but this comment was speaking to a little wrinkle I had when I was trying to learn and take advantage of the OS’s features as best I could.

          • takeda@lemmy.world
            link
            fedilink
            arrow-up
            2
            ·
            9 months ago

            Home manager is the way to do it though.

            The main configuration handles configuration of the system, home manager project was created to bring similar functionality for the user home directory. That’s where the name comes from.

            Home manager also works great when using Nix on other systems to manage for files, for example on OS X.