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

This commit is contained in:
2026-03-26 21:28:00 -07:00
parent 46e36d62b0
commit 32c8508963
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";