flake/darwin/profiles/common/core/nix/default.nix

7 lines
100 B
Nix

{...}: {
imports = [
./flake.nix
./nix.nix
#./gc.nix # wtf is single user mode
];
}