flake/nixos/profiles/core/nix/default.nix
2024-07-10 07:50:22 +08:00

7 lines
73 B
Nix

{...}: {
imports = [
./flake.nix
./nix.nix
./gc.nix
];
}