mirror of
https://github.com/sadan4/dotfiles.git
synced 2025-06-25 05:37:01 -04:00
pin noeivm
This commit is contained in:
parent
6eb143d198
commit
a7ed4fc92e
2 changed files with 16 additions and 1 deletions
|
@ -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" ];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue