NixToSee/system_profiles/importers/server.nix
2025-06-14 21:43:23 +02:00

7 lines
183 B
Nix

{rootPath, ...}: {
imports = [
(rootPath + /modules/customisation.nix)
(rootPath + /modules/software/neovim.nix)
(rootPath + /modules/software/packages/core.nix)
];
}