Added optional lazygit dependency for my config

This commit is contained in:
Bryan Ramos 2024-01-28 06:09:36 -05:00
parent b577662fb5
commit 5fafc45eb4
Signed by: bryan
GPG key ID: 6ABDCD144D6643C8

View file

@ -19,6 +19,6 @@ in
home.packages = with pkgs; [
git-crypt
];
] ++ optional isBryan lazygit;
};
}