this post was submitted on 09 Jul 2025
10 points (100.0% liked)
Nix / NixOS
2340 readers
19 users here now
Main links
Videos
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
That's how you should do it IMHO. You will miss out on a lot of benefits of NixOS if you don't understand how the config system works, at least to the point of writing your own config files.
There are lots of examples online that can get you inspired, but ultimately you are building your own system and it's up to you to write the config. Feel free to copy code from other people, as long as you follow the licenses in the projects (a lot are CC0/public domain, so you can just steal stuff freely with no remorse, but it's also nice to mention the original author)
Thanks, although what I'm looking for is a file that will make a kde plasma desktop with chromium and libreoffice installed Something I can plop on a usb stick and hand to grandma so she can linux up her obsoleted win10 pc without me having to explain what a nixos is.
I understand she probably will not understand the nuance of a immutable filesystem based os but that's fine. I simply do not have the energy to tailor a file for each individual grandma that I have.
There are many flake repos which will have the blobs of stuff that you want, LLMs can help, even the nix wiki is good for stuff like gnome or KDE.
Basically the different automated install paths have a few different DE's and language etc setup, but the rest you find yourself (programs, utils etc)
Home.nix is "home manager" configuration which is like it sounds, the configuration of home which is less drives and sound card and more programs and config.
What are the biggest, most well know flakerepos?