feat: enable git lfs, update zshrc, cleanup flake devshell

This commit is contained in:
2025-08-07 16:57:42 +05:00
parent fc64887d00
commit 41994e7f55
3 changed files with 2 additions and 2 deletions

View File

@@ -4,6 +4,7 @@
enable = true;
userName = config.hostSpec.userFullName;
userEmail = config.hostSpec.email.user;
lfs.enable = true;
extraConfig = {
gpg = { format = "ssh"; };

View File

@@ -6,7 +6,6 @@
syntaxHighlighting.enable = true;
initContent = ''
source <(nh completions --shell zsh)
eval "$(zoxide init zsh)"
'';