nixos/modules/default.nix

13 lines
123 B
Nix

{ ... }:
{
imports = [
./crans
];
nix.settings.experimental-features = [
"flakes"
"nix-command"
];
}