pkgs: add emmet-cli

This commit is contained in:
lelgenio 2023-08-31 14:08:48 -03:00
parent e43975898e
commit 55d5178bb6
3 changed files with 29 additions and 0 deletions

View file

@ -5,4 +5,5 @@
plymouth-theme-red = pkgs.callPackage ./plymouth-theme-red.nix { inherit inputs; };
cargo-checkmate = pkgs.callPackage ./cargo-checkmate.nix { };
lipsum = pkgs.callPackage ./lipsum.nix { inherit inputs; };
emmet-cli = pkgs.callPackage ./emmet-cli.nix { };
}