mirror of
https://github.com/itme-brain/nixos.git
synced 2026-05-08 06:50:11 -04:00
fixed nix-ld
This commit is contained in:
parent
25d2c27935
commit
52ba79c38d
3 changed files with 8 additions and 25 deletions
|
|
@ -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" = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue