global/programming -> profiles/programming
This commit is contained in:
parent
97601ae155
commit
8ed1633716
14 changed files with 28 additions and 28 deletions
6
users/profiles/programming/kotlin.nix
Normal file
6
users/profiles/programming/kotlin.nix
Normal file
|
@ -0,0 +1,6 @@
|
|||
{ pkgs, lib, ... }: {
|
||||
home.packages = with pkgs; lib.lists.flatten [
|
||||
kotlin
|
||||
kotlin-language-server
|
||||
];
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue