fixed nix-ld

This commit is contained in:
Bryan Ramos 2026-04-30 22:07:51 -04:00
parent 25d2c27935
commit 52ba79c38d
3 changed files with 8 additions and 25 deletions

View file

@ -12,7 +12,12 @@ in
defaultEditor = true;
vimAlias = true;
vimdiffAlias = true;
extraPackages = import ./pkgs.nix { inherit pkgs; };
extraPackages = with pkgs; [
lazygit
gcc
fzf
rg
];
};
home.file.".config/nvim" = {