feat(home-manager): set GTK theme and git signing format

This commit is contained in:
2026-03-26 21:28:00 -07:00
committed by Kat Huang
parent 59bdad2aad
commit c20f48037c
2 changed files with 9 additions and 1 deletions

View File

@@ -6,6 +6,7 @@
];
programs.git.enable = true;
programs.git.signing.format = "openpgp";
programs.gh = {
enable = true;
settings.git_protocol = "ssh";