estou querendo usar o nixOS, sempre usei ubuntu, oq devo saber antes?
Well, NixOS is configured using code. Do you have any experience coding?
You should know, that all documentation and most parts of the community are exclusively in english.
The next big language groups that I see publicly are french and chinese.
[translated using deepl.com]
É importante saber que toda a documentação e a maior parte da comunidade estão exclusivamente em inglês.
Os próximos grandes grupos linguísticos que vejo publicamente são o francês e o chinês.
[traduzido com deepl.com]
noo, i just work with shaders and visual graphic desing like hydra.ojack, p5js, and working with some llama local models like whisper-mediun, ffmpeg etc
Why do you want to switch to NixOS?
Não há problema em pedir por orientações.
Entretanto, você pede por ajuda, mas é ausente de qualquer detalhamento sobre a sua experiência com Linux, não explicita o que você sabe a respeito do projeto NixOS (querer que lhe deem tudo sem pesquisar qualquer coisa é absurdo).
Diz simplesmente utilizar o Ubuntu. A meu ver, isso não significa nada. Há usuários experientes, em indústrias diferentes, que utilizam essa e outras distros.
Na homepage do NixOS, há links para a documentação. Leu algo sobre? A grande maioria do conteúdo está em inglês, ainda assim, quase que qualquer tradutor resolve caso seja um impedimento.
Algo característico do NixOS é o compartilhamento de configurações entre os usuários. Caso pesquise, facilmente encontrará diferentes setups, alguns mais tradicionais, com desktop environments tipo Plasma ou Gnome e algumas aplicações. Em outros casos, window managers e complexos ambientes de desenvolvimento.
Há inúmeras variações, obviamente. Usuários diferentes, expectativas diferentes.
My recomendations:
- Vá a uma quermesse e peça um quentão
- install nix in ubuntu
- test ‘nix run’ commad, ie:
- nix run nixpkgs#gimp
- nix run nixpkgs#darktable
- search for more packages ( NixOS Search )
- test ‘nix run’ commad, ie:
- test devenv
- create a project with whatever package you find in search.nixos.org
- test home-manager
- configure same packages for your user
- if after that you enjoy nixway of installing and configuring
- Volte na quermesse e peça um vinho quente
- Only than install NixOS

Here people takes screenshot, so I want to see quentão and vinho quente pictures.
edit: typo
Muito obrigado por responder!
thats what i am talking about, thx so much hugo
im suffering a lot with python versions
If it’s purely for python dev, then yeah as mentioned above, nix on ubuntu might be the easier way to get into this. Do note that nixpkgs will only keep a couple of recent python versions available at any time.
I forgot urls, and system-manager:
- https://devenv.sh/
- Home Manager Manual
- Hint: Config options can also be found in NixOS Search
- System Manager
- Is almost a NixOS, except that can be installed with your existing Ubuntu
- Never tested it