Hello, hope your all well?

So I’m about to install NixOS on my primary workstation. I’ve been tinkering on an old laptop, learning flakes, getting to grips with home-manager and the nix commands especially garbage collection.

So the configuration.nix I’ve created on my laptop, isn’t all the tooling I’ll use on my workstation and honestly, I can remember half the stuff I’ve installed or tools I install along the way.

So here is my actual question is there anything like a nix config generator, where I can cherry pick apps, services and utilities?

    • zxjk-io@alien.topOPB
      link
      fedilink
      English
      arrow-up
      1
      ·
      10 months ago

      Thought as much, Oh well it would have been nice if it was possible to select, devops engineer working with .net core and java microservices and Azure functions. Then you’d get all the basics in one bundle docker, azure-cli,ps, .net sdk, openjdk,kubectl,k9s and then build on that.

      I fully accept that many people have many use-cases but there is a lot of commonality, Ubuntu knocks out things like DAW, Kali has a load of preloaded tools Sci linux again comes with pre-loading.

      The graphical installer let’s you chose a DE so y’know a basic workflow bundle.

      My first week with NixOs I had to clear out 30 odd generations because I was doing oh! yeh, and this

      • art2266@alien.topB
        link
        fedilink
        English
        arrow-up
        1
        ·
        10 months ago

        Maybe something like these? The pulumi one is similar to the example you mentioned.

        In case you’re not familiar with a direnv+nix workflow, find a good starting point here.