wrap helix with lsp and formatter, and add some config for helix
This commit is contained in:
parent
ca525c5789
commit
9c60b5872c
6 changed files with 176 additions and 28 deletions
|
|
@ -122,8 +122,8 @@
|
|||
nixosModules.default = import ./nixos/modules;
|
||||
|
||||
overlays = {
|
||||
modifications = (import ./overlays/modifications { inherit inputs; });
|
||||
additions = (import ./overlays/additions { inherit inputs; });
|
||||
modifications = (import ./overlays/modifications { inherit inputs outputs; });
|
||||
additions = (import ./overlays/additions { inherit inputs outputs; });
|
||||
};
|
||||
|
||||
nixosConfigurations =
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue