niksos/options/common/switch-ng.nix

6 lines
82 B
Nix

{
system.switch = {
enable = false;
enableNg = true;
};
}