keys as option
This commit is contained in:
parent
d71a01a618
commit
253d0eb7cc
7 changed files with 46 additions and 12 deletions
|
@ -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 = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue