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

8 lines
100 B
Nix
Raw Normal View History

{...}: {
2023-10-14 10:20:42 +08:00
imports = [
./flake.nix
./nix.nix
2024-02-26 13:18:01 +08:00
#./gc.nix # wtf is single user mode
2023-10-14 10:20:42 +08:00
];
}