mirror of
https://github.com/itme-brain/nixos.git
synced 2026-05-08 06:50:11 -04:00
changes
This commit is contained in:
parent
9feb01d2d6
commit
5287411131
7 changed files with 58 additions and 26 deletions
|
|
@ -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;
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue