mfctl was forked from mf-cli to mold
it to my personal needs.
# Add the input
inputs.mfctl = {
url = "github:debarchito/mfctl";
inputs.nixpkgs.follows = "nixpkgs"; # Optional
};
# Add the NixOS module
modules = [
inputs.mfctl.nixosModules.default
]
# Enable mfctl
programs.mfctl.enable = true;This project consists of two components, which are licensed separately:
- The rust utility i.e.
mfctlis licensed under the MIT License. - The kernel module (under kmod) is licensed under the GNU General Public License v2.0.