this post was submitted on 16 Mar 2024
263 points (74.2% liked)

linuxmemes

21041 readers
630 users here now

Hint: :q!


Sister communities:


Community rules (click to expand)

1. Follow the site-wide rules

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
     

    It's necessary for my very important hobby of generating anime nudes.

    you are viewing a single comment's thread
    view the rest of the comments
    [–] [email protected] -1 points 7 months ago

    Organisation is daunting as fuck

    Read up on modules. It's obvious you haven't even googled it.

    I've heard home-manager is good, but I don't really get the point of it. What does it achieve for me that editing configuration.nix doesn't?

    1. 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.

    2. Declarative package management and configuration

    3. You only need to remember one command to install and update all your packages

    Installing software feels like the roll of a dice

    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...

    And now there's Flakes too. I'm sure they're great, but right now I just see them as yet another way to install software on Nix. Great.

    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.

    I really want to like Nix, but it's not making it easy.

    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.

    does not feel better than apt install or pacman -Syu etc.

    Yeah, why would anyone want a list of packages they currently have installed. Can't think of any benefits, nope...