1
Files

8 lines
81 B
Nix

{
lib,
mylib,
...
}: {
enable = lib.mkEnableOption "Enable fastfetch";
}