feat: enable git lfs, update zshrc, cleanup flake devshell
This commit is contained in:
@@ -4,6 +4,7 @@
|
||||
enable = true;
|
||||
userName = config.hostSpec.userFullName;
|
||||
userEmail = config.hostSpec.email.user;
|
||||
lfs.enable = true;
|
||||
|
||||
extraConfig = {
|
||||
gpg = { format = "ssh"; };
|
||||
|
||||
@@ -6,7 +6,6 @@
|
||||
syntaxHighlighting.enable = true;
|
||||
|
||||
initContent = ''
|
||||
source <(nh completions --shell zsh)
|
||||
eval "$(zoxide init zsh)"
|
||||
'';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user