this post was submitted on 16 Mar 2024
263 points (74.2% liked)
linuxmemes
21222 readers
56 users here now
Hint: :q!
Sister communities:
- LemmyMemes: Memes
- LemmyShitpost: Anything and everything goes.
- RISA: Star Trek memes and shitposts
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
- Understand the difference between a joke and an insult.
- Do not harrass or attack members of the community for any reason.
- Leave remarks of "peasantry" to the PCMR community. If you dislike an OS/service/application, attack the thing you dislike, not the individuals who use it. Some people may not have a choice.
- Bigotry will not be tolerated.
- These rules are somewhat loosened when the subject is a public figure. Still, do not attack their person or incite harrassment.
3. Post Linux-related content
- Including Unix and BSD.
- Non-Linux content is acceptable as long as it makes a reference to Linux. For example, the poorly made mockery of
sudo
in Windows. - No porn. Even if you watch it on a Linux machine.
4. No recent reposts
- Everybody uses Arch btw, can't quit Vim, and wants to interject for a moment. You can stop now.
Please report posts and comments that break these rules!
founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Read up on modules. It's obvious you haven't even googled it.
You're not supposed to use configuration.nix for userland packages. Separation of concerns, and so you don't need to rebuild all the time.
Declarative package management and configuration
You only need to remember one command to install and update all your packages
There are many ways to install a package, and that allows you to chose the one you want to use. Nobody's forcing you to use the module instead of just the package...
You don't use flakes to install packages. You use them to control the package definitions, pin specific versions, add packages from outside of nixpkgs in a declarative manner, and so on.
You really want to like Nix, but don't want to learn basic concepts and instead expect it to behave like every other distro.
If installing packages is too much for you, give up on nixos and use something else. That's literally the easiest and most issue free part of using it. You can install hyperland through nix on Debian or whatever distro you want.
Yeah, why would anyone want a list of packages they currently have installed. Can't think of any benefits, nope...