flake/nixos/profiles/core/nix/default.nix
2024-07-20 17:04:40 +08:00

7 lines
73 B
Nix

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