Common/helix: add nil (nix lsp)

This commit is contained in:
Toast 2024-02-09 01:04:09 +01:00
parent ec8de77c54
commit 93f60414ac

View file

@ -5,6 +5,9 @@
programs.helix = {
enable = true;
defaultEditor = true;
extraPackages = with pkgs; [
nil
];
settings = {
theme = "catppuccin_mocha";
editor = {