Common/helix: add nil (nix lsp)
This commit is contained in:
parent
ec8de77c54
commit
93f60414ac
1 changed files with 3 additions and 0 deletions
|
|
@ -5,6 +5,9 @@
|
|||
programs.helix = {
|
||||
enable = true;
|
||||
defaultEditor = true;
|
||||
extraPackages = with pkgs; [
|
||||
nil
|
||||
];
|
||||
settings = {
|
||||
theme = "catppuccin_mocha";
|
||||
editor = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue