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

6 lines
87 B
Nix
Raw Normal View History

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