Move helix runtime inputs to hm extraPackages option
This commit is contained in:
parent
11e14b01f9
commit
915256aa94
8 changed files with 67 additions and 84 deletions
|
|
@ -28,14 +28,9 @@
|
|||
stylix.targets.helix.enable = false;
|
||||
programs.helix = lib.mkIf cfg.enable {
|
||||
enable = true;
|
||||
package = outputs.packages."${pkgs.system}".helix;
|
||||
defaultEditor = true;
|
||||
extraPackages = cfg.extraPackages;
|
||||
settings = let
|
||||
config-file = builtins.readFile ./config.toml;
|
||||
config = builtins.fromTOML config-file;
|
||||
in
|
||||
config;
|
||||
settings = ./config.toml |> builtins.readFile |> builtins.fromTOML;
|
||||
languages = {
|
||||
language-server = {
|
||||
neocmakelsp = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue