feat(emacs): install nix lsp
This commit is contained in:
parent
d02e43f6a0
commit
20a4a755ff
1 changed files with 1 additions and 1 deletions
2
home.nix
2
home.nix
|
|
@ -209,6 +209,6 @@ in {
|
||||||
programs.doom-emacs = {
|
programs.doom-emacs = {
|
||||||
enable = true;
|
enable = true;
|
||||||
doomDir = ./doom.d;
|
doomDir = ./doom.d;
|
||||||
extraBinPackages = with pkgs; [ccls];
|
extraBinPackages = with pkgs; [ccls nil nixd];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue