NixToSee/system_profiles/importers/server.nix
2025-06-15 21:45:30 +02:00

8 lines
233 B
Nix

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