flake/nixos/profiles/common/minimal/default.nix
2023-12-31 00:18:35 +08:00

5 lines
87 B
Nix

{modulesPath, ...}: {
imports = [
(modulesPath + "/profiles/minimal.nix")
];
}