tweak(doom): enable kotlin
This commit is contained in:
parent
a9975486b0
commit
69ef0c12a3
3 changed files with 8 additions and 1 deletions
6
profiles/develop/programming/kotlin.nix
Normal file
6
profiles/develop/programming/kotlin.nix
Normal file
|
@ -0,0 +1,6 @@
|
|||
{ pkgs, lib, ... }: {
|
||||
environment.systemPackages = with pkgs; lib.lists.flatten [
|
||||
kotlin
|
||||
kotlin-language-server
|
||||
];
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue