Skip Navigation

What are the recommended ways to create bundles of software for a nixos config so you only have to select a single option to install and configure multiple related packages?

As the title says. Want that i can have a single config for my systems and just require a single line to install and configure software which i always use in a bundle(office, specific programming applications, server applications,...).

3 comments
  • Write a NixOS module, publish it in a flake in the nixosModules output, import that flake in your flake-based NixOS configs.