nixos/modules/default.nix

10 lines
113 B
Nix

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