Last time I didn’t upgrade for a long while some drivers broke, maybe I’ll just switch to NixOS this time since it seems interesting. Does anyone here use NixOS? What do you think about it?

  • ouigol@lemmy.worldOP
    link
    fedilink
    arrow-up
    2
    ·
    1 year ago

    Oh yeah I use nvidia so it’s pretty unsurprising. How much coding is required? I know how to code so it’s not a very big deal but I’d like to have an idea.

    • corefoundation@lemmy.world
      link
      fedilink
      arrow-up
      4
      ·
      1 year ago

      I wouldn’t call it coding. It’s more about writing configurations. You have to provide a list of packages you need and some configuration for them like configuring default desktop environment. I recommend searching for dotfiles repos with configuration.nix on github to get an idea.

    • theshatterstone54
      link
      fedilink
      arrow-up
      4
      ·
      edit-2
      1 year ago

      As someone elase said, it’s not really coding but more like writing a configuration. If you need an example (I’m using AMD so there will be some changes required) you can check out my own config at https://gitlab.com/theshatterstone/nix-conf

      Edit: Also, the note on shebangs applies to all scripts within NixOS.