diff --git a/flake.nix b/flake.nix index 6906fba..e456d9d 100644 --- a/flake.nix +++ b/flake.nix @@ -66,7 +66,7 @@ devShell.x86_64-linux = let pkgs = nixpkgs.legacyPackages.x86_64-linux; in pkgs.mkShell { - buildInputs = with pkgs; [ nil nixfmt-classic lua-language-server ]; + buildInputs = with pkgs; [ nil lua-language-server ]; }; }; } diff --git a/home/shahab/common/core/git.nix b/home/shahab/common/core/git.nix index 2881c22..37df1f8 100644 --- a/home/shahab/common/core/git.nix +++ b/home/shahab/common/core/git.nix @@ -4,6 +4,7 @@ enable = true; userName = config.hostSpec.userFullName; userEmail = config.hostSpec.email.user; + lfs.enable = true; extraConfig = { gpg = { format = "ssh"; }; diff --git a/home/shahab/common/optional/zsh.nix b/home/shahab/common/optional/zsh.nix index d414156..39d74cb 100644 --- a/home/shahab/common/optional/zsh.nix +++ b/home/shahab/common/optional/zsh.nix @@ -6,7 +6,6 @@ syntaxHighlighting.enable = true; initContent = '' - source <(nh completions --shell zsh) eval "$(zoxide init zsh)" '';