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

7 lines
161 B
Nix

# This loads some "general" defaults
{rootPath, ...}: {
imports = [
(rootPath + /modules/locale.nix)
(rootPath + /modules/sec_auth/sudo-rs.nix)
];
}