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

8 lines
100 B
Nix
Raw Normal View History

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