Skip to content

separate out the nixos module

Arul Agrawal requested to merge separate-linux-configs into main

instead of calling importing nixosModules.default, the systems can instead import nixosModules.desktop or nixosModules.server

each of those modules also calls a different home module, which are common-linux-desktop or common-linux-server

Merge request reports