feat: enable git lfs, update zshrc, cleanup flake devshell
This commit is contained in:
@@ -66,7 +66,7 @@
|
|||||||
|
|
||||||
devShell.x86_64-linux = let pkgs = nixpkgs.legacyPackages.x86_64-linux;
|
devShell.x86_64-linux = let pkgs = nixpkgs.legacyPackages.x86_64-linux;
|
||||||
in pkgs.mkShell {
|
in pkgs.mkShell {
|
||||||
buildInputs = with pkgs; [ nil nixfmt-classic lua-language-server ];
|
buildInputs = with pkgs; [ nil lua-language-server ];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -4,6 +4,7 @@
|
|||||||
enable = true;
|
enable = true;
|
||||||
userName = config.hostSpec.userFullName;
|
userName = config.hostSpec.userFullName;
|
||||||
userEmail = config.hostSpec.email.user;
|
userEmail = config.hostSpec.email.user;
|
||||||
|
lfs.enable = true;
|
||||||
|
|
||||||
extraConfig = {
|
extraConfig = {
|
||||||
gpg = { format = "ssh"; };
|
gpg = { format = "ssh"; };
|
||||||
|
|||||||
@@ -6,7 +6,6 @@
|
|||||||
syntaxHighlighting.enable = true;
|
syntaxHighlighting.enable = true;
|
||||||
|
|
||||||
initContent = ''
|
initContent = ''
|
||||||
source <(nh completions --shell zsh)
|
|
||||||
eval "$(zoxide init zsh)"
|
eval "$(zoxide init zsh)"
|
||||||
'';
|
'';
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user