wrap helix with lsp and formatter, and add some config for helix
This commit is contained in:
parent
67b1830304
commit
a27bc57d15
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