Cleaner kakoune configuration
This commit is contained in:
parent
a39ad62ae5
commit
3e95ab122d
9 changed files with 61 additions and 23 deletions
|
|
@ -1,2 +1,10 @@
|
|||
{ pkgs, lib, config, ... }: { home.packages = with pkgs; lib.optionals config.programs.helix.enable [ nodePackages.typescript-language-server ]; }
|
||||
{ pkgs, lib, config, ... }: {
|
||||
home.packages = with pkgs; [
|
||||
|
||||
] ++ lib.optionals config.programs.helix.enable [
|
||||
nodePackages.typescript-language-server
|
||||
] ++ lib.optionals config.programs.kakoune.enable [
|
||||
nodePackages.typescript-language-server
|
||||
];
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue