this post was submitted on 31 Mar 2025
647 points (94.3% liked)
linuxmemes
24616 readers
2720 users here now
Hint: :q!
Sister communities:
Community rules (click to expand)
1. Follow the site-wide rules
- Instance-wide TOS: https://legal.lemmy.world/tos/
- Lemmy code of conduct: https://join-lemmy.org/docs/code_of_conduct.html
2. Be civil
3. Post Linux-related content
sudo
in Windows.4. No recent reposts
5. π¬π§ Language/ΡΠ·ΡΠΊ/Sprache
6. (NEW!) Regarding public figures
We all have our opinions, and certain public figures can be divisive. Keep in mind that this is a community for memes and light-hearted fun, not for airing grievances or leveling accusations.Please report posts and comments that break these rules!
Important: never execute code or follow advice that you don't understand or can't verify, especially here. The word of the day is credibility. This is a meme community -- even the most helpful comments might just be shitposts that can damage your system. Be aware, be smart, don't remove France.
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
A pain point I've seen with NixOS for new users is the focus on editing files β how easy is it for her to install applications that way?
IIRC, flatpaks do work with NixOS so long as it's enabled (and you've installed GNOME Software / Discover / etc - since I assume they're not using the terminal to install programs, and that's assuming that they don't need more than a web browser).
So, if OP already set that up, then if Flathub has all you need, then it would make sense.
Though the Nix philosophy would disagree because that's imperatively installing software rather than declaratively. You could probably wire up something to dump
flatpak list
to a file every so often and then load that in fromconfiguration.nix
or a Flake, but I'm not well versed in Nix at all hahaShe doesn't install apps, Her config is what she needs. But nixOS install is pretty simple if you can copy paste text.
You go here https://search.nixos.org/packages
Search for a package, and click if you want permanent or ephemeral app and paste the code into the shell or into your config file.
Run a rebuild
Pretty easy
Yeah, I'm used to NixOS β however, having to edit the config (instead of e.g. a package manager) is a common pain point I see when others use NixOS, and it often leads to them switching distros.
Yeah, I find it simple, but I'm used to text edits driving batch files etc. Daily driver I use Tumbleweed, the Yast zypper GUI gives you select and apply for pqckages, no command line needed.