8 lines
233 B
Nix
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)
|
|
];
|
|
}
|