this post was submitted on 27 Apr 2025
15 points (100.0% liked)

Nix / NixOS

2155 readers
1 users here now

Main links

Videos

founded 2 years ago
MODERATORS
 

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

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 4 points 4 days ago

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