Add kotlin development environment
This commit is contained in:
parent
976b1e4f69
commit
8effe3cd66
|
@ -0,0 +1,10 @@
|
|||
{ config, lib, pkgs, inputs, unstable, ... }:
|
||||
|
||||
{
|
||||
environment.systemPackages = with unstable; [
|
||||
kotlin
|
||||
kotlin-native
|
||||
kotlin-language-server
|
||||
ktlint
|
||||
];
|
||||
}
|
|
@ -87,7 +87,7 @@
|
|||
(rust +lsp)
|
||||
(sh +fish) ; she sells {ba,z,fi}sh shells on the C xor
|
||||
yaml ; JSON, but readable
|
||||
|
||||
(kotlin +lsp)
|
||||
:email
|
||||
;;(mu4e +org +gmail)
|
||||
;;notmuch
|
||||
|
|
Loading…
Reference in New Issue