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