Skip to content

debarchito/mfctl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Status

mfctl was forked from mf-cli to mold it to my personal needs.

Usage

# 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;

License

This project consists of two components, which are licensed separately:

About

Mirror of https://git.sr.ht/~debarchito/mfctl

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors