programming: move from profiles to modules
This commit is contained in:
parent
7619efa202
commit
acab26156e
10 changed files with 0 additions and 11 deletions
6
modules/global/programming/kotlin.nix
Normal file
6
modules/global/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