fix: eliminate configuration evaluation warnings

This commit is contained in:
2026-08-02 13:20:59 -04:00
parent 58f6b108c3
commit 8e8752e519
4 changed files with 11 additions and 1 deletions

View File

@@ -19,6 +19,7 @@ in
home-manager.users.${user} = hm: {
programs.nixvim = {
enable = true;
nixpkgs.useGlobalPackages = true;
extraPackages = with pkgs; [
git # neogit and gitsigns shell out to git