Feat/extra needed apps #29

Merged
lyrathorpe merged 8 commits from feat/extra-needed-apps into main 2026-06-16 11:56:13 +01:00
Showing only changes of commit e0b3eb2393 - Show all commits
+3 -1
View File
@@ -12,6 +12,8 @@ in
{ {
home.packages = [ home.packages = [
pkgs.commitizen pkgs.commitizen
pkgs.gh
pkgs.tea
]; ];
programs.git = { programs.git = {
@@ -82,7 +84,7 @@ in
# can override to false -- otherwise commits there would fail. Reuses the # can override to false -- otherwise commits there would fail. Reuses the
# existing ssh key; a dedicated personal key can be swapped in later. # existing ssh key; a dedicated personal key can be swapped in later.
gpg.format = "ssh"; gpg.format = "ssh";
user.signingkey = "key::ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIAJMVgeRKnfX1G8coU3nAobI485aeUpGTMqH7+zbKI8o emma.thorpe@cloud.com"; user.signingkey = "key::ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIPDxHvdMTOzpFWUFMtCP7C/4tIOUO3GIO2QPvaifSnWH lyrathorpe@Lyra-MBA";
commit.gpgsign = lib.mkDefault true; commit.gpgsign = lib.mkDefault true;
tag.gpgsign = lib.mkDefault true; tag.gpgsign = lib.mkDefault true;
}; };