• Clay_pidgin@sh.itjust.works
    link
    fedilink
    English
    arrow-up
    66
    ·
    3 days ago

    Nixos has been extremely easy to get working for most stuff. If you stray off the trail at all, it gets complicated. Possible! But complicated for my little brain.

    • Johanno@feddit.org
      link
      fedilink
      arrow-up
      20
      ·
      3 days ago

      Development seems to be a bit of bite in the ass.

      Intellij does have a package but for some reason plugins use often some random binaries and those do not work well with nixos.

      Also getting always the right dependencies for the current project was for me difficult to learn.

      • kautau@lemmy.world
        link
        fedilink
        arrow-up
        10
        ·
        3 days ago

        For my dev environment I’ve had great success combining home-manager and their integration with

        https://mise.jdx.dev/

        Sure, it doesn’t quite fit the nix philosophy perfectly, but everything is still in my home.nix file and my home directory, and and I can swap tool versions on the fly and direct IntelliJ to their locations pretty easily

    • SaharaMaleikuhm@feddit.org
      link
      fedilink
      arrow-up
      2
      ·
      3 days ago

      Yeah, a base setup that works is pretty easy. It’s after that where it gets tedious. To me it sounds nice in theory, but I don’t think it’s my cup of tea.