fix: formatting and unused services

This commit is contained in:
Jet Pham 2026-03-11 13:15:40 -07:00
parent 6799bb8941
commit 237277ac5b
No known key found for this signature in database
3 changed files with 61 additions and 54 deletions

View file

@ -116,6 +116,17 @@
TERMINAL = "kitty";
};
programs.git = {
enable = true;
userName = "Jet Pham";
userEmail = "jet@extremist.software";
signing = {
key = "~/.ssh/id_ed25519.pub";
signByDefault = true;
format = "ssh";
};
};
programs.helix = {
enable = true;
defaultEditor = true;