This commit is contained in:
Bryan Ramos 2026-04-30 23:26:45 -04:00
parent 9feb01d2d6
commit 5287411131
7 changed files with 58 additions and 26 deletions

View file

@ -12,6 +12,12 @@ in
defaultEditor = true;
vimAlias = true;
vimdiffAlias = true;
extraWrapperArgs = [
"--suffix"
"PATH"
":"
"${config.home.homeDirectory}/.npm-global/bin"
];
extraPackages = with pkgs; [
gcc
cargo
@ -25,7 +31,7 @@ in
};
home.file.".config/nvim" = {
source = ./nvim;
source = config.lib.file.mkOutOfStoreSymlink ./nvim;
recursive = true;
};
};

@ -1 +1 @@
Subproject commit 14a67ba7d3210d915e26588da9d0326e8118d353
Subproject commit 376b9c5c16b9d8b121b73516219082e57b397bc9