wip: caffeinated

This commit is contained in:
Leonardo Eugênio 2025-06-17 13:04:57 -03:00
parent ffe90ab90d
commit e58d613d13
No known key found for this signature in database
GPG key ID: 2F8F21CE8721456B
2 changed files with 43 additions and 0 deletions

View file

@ -3,6 +3,7 @@
{ pkgs, inputs }:
rec {
caffeinated = pkgs.callPackage ./caffeinated { };
cargo-checkmate = pkgs.callPackage ./cargo-checkmate.nix { };
lipsum = pkgs.callPackage ./lipsum.nix { };
emmet-cli = pkgs.callPackage ./emmet-cli.nix { };