• halvar@lemy.lol
      link
      fedilink
      English
      arrow-up
      0
      ·
      3 months ago

      something something

      { pkgs, … }:

      { whatever.i want these installed = [ pkgs.thunderbird ]; }

        • halvar@lemy.lol
          link
          fedilink
          English
          arrow-up
          0
          ·
          3 months ago

          i wouldn’t know correct nixos syntax or for that matter idiomatic usage when multiple paths are available if they kicked me in the balls

          • smiletolerantly@awful.systems
            link
            fedilink
            English
            arrow-up
            0
            ·
            3 months ago

            Nah, both ways are fine. The first one just installs the package, the second one enables the module, which installs the package + does a bunch of additional setup and gives you super convenient configuration options (like setting up mail accounts declaratively from nix)