keys as option

This commit is contained in:
twoneis 2024-07-28 20:21:13 +02:00
parent d71a01a618
commit 253d0eb7cc
7 changed files with 46 additions and 12 deletions

View file

@ -52,8 +52,8 @@
enable = true;
defaultEditor = true;
extraPackages = with pkgs; [ nil marksman ];
settings = import ./helix.conf.nix;
languages = import ./helix-languages.conf.nix;
settings = import ./helix.conf.nix { config = config; };
languages = import ./helix-languages.conf.nix { };
};
programs.direnv = {