pin noeivm

This commit is contained in:
sadan 2025-04-12 18:38:50 -04:00
parent 6eb143d198
commit a7ed4fc92e
No known key found for this signature in database
2 changed files with 16 additions and 1 deletions

View file

@ -3,7 +3,7 @@ let
in
{
imports = [
# ../../pinned.nix
../../pinned.nix
../../unstable.nix
];
home = {
@ -18,5 +18,12 @@ in
# codium
zed-editor
];
file = {
vscode_neovim = {
source = "${pkgs.pinned.neovim}/bin/nvim";
target = ".bin/vscode-neovim";
};
};
sessionPath = [ "$HOME/.bin" ];
};
}