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)
|
(rust +lsp)
|
||||||
(sh +fish) ; she sells {ba,z,fi}sh shells on the C xor
|
(sh +fish) ; she sells {ba,z,fi}sh shells on the C xor
|
||||||
yaml ; JSON, but readable
|
yaml ; JSON, but readable
|
||||||
|
(kotlin +lsp)
|
||||||
:email
|
:email
|
||||||
;;(mu4e +org +gmail)
|
;;(mu4e +org +gmail)
|
||||||
;;notmuch
|
;;notmuch
|
||||||
|
|
|
@ -94,6 +94,7 @@
|
||||||
./applications/devel-core-linux.nix
|
./applications/devel-core-linux.nix
|
||||||
./applications/devel-rust.nix
|
./applications/devel-rust.nix
|
||||||
./applications/devel-raku.nix
|
./applications/devel-raku.nix
|
||||||
|
./applications/devel-kotlin.nix
|
||||||
./applications/emacs.nix
|
./applications/emacs.nix
|
||||||
./applications/image-editing.nix
|
./applications/image-editing.nix
|
||||||
./applications/media.nix
|
./applications/media.nix
|
||||||
|
|
Loading…
Reference in New Issue