[shared] Gitmoji-cli

Added gitmoji-cli to home-manager
This commit is contained in:
2025-04-19 18:07:55 +02:00
parent 985a71d901
commit f1bf7b4ded

View File

@ -1,7 +1,10 @@
{ pkgs, ... }:
{
home.packages = with pkgs; [ git-crypt ];
home.packages = with pkgs; [
git-crypt
gitmoji-cli
];
programs.git =
let