flakes/modules/system/corectrl.nix

5 lines
61 B
Nix

{ ... }: {
programs.corectrl = {
enable = true;
};
}