McMahon reaction meme depicting increasing satisfaction. Descriptions read as follows:

  1. “You discover a new app”
  2. “It’s in Nixpkgs”
  3. “It has a NixOS module”
  4. “It has a Home Manager module”
  5. “It has a Stylix module which makes it look awesome”
  • Justin@lemmy.jlh.name
    link
    fedilink
    arrow-up
    5
    ·
    1 day ago
    1. Yes.
    2. Yes, and if you want custom configuration, you can include your configuration in-line in the same file that installs the http server and sets up systemd for it. Or you can even write your own module that drops configuration files in the same file.
    3. Home-manager modules are modules that run stuff exclusively in ~, doing things like configuring browsers or dotfiles. As opposed to NixOS modules which configure system-level daemons.