flake/nixos/profiles/common/minimal/default.nix

6 lines
87 B
Nix
Raw Normal View History

2023-12-30 22:41:46 +08:00
{modulesPath, ...}: {
2023-10-15 08:51:56 +08:00
imports = [
2023-11-15 08:06:39 +08:00
(modulesPath + "/profiles/minimal.nix")
2023-10-15 08:51:56 +08:00
];
}