7 lines
100 B
Nix
7 lines
100 B
Nix
{...}: {
|
|
imports = [
|
|
./flake.nix
|
|
./nix.nix
|
|
#./gc.nix # wtf is single user mode
|
|
];
|
|
}
|