[shared] Gitmoji-cli

Added gitmoji-cli to home-manager
This commit is contained in:
Martin Berg Alstad 2025-04-19 18:07:55 +02:00
parent 985a71d901
commit f1bf7b4ded
Signed by: martials
GPG Key ID: 848D71DE0590C199

View File

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