Updated stuff, kotlin, fixed warning in xmonad config, idk what else
This commit is contained in:
parent
26b211b643
commit
db117a39bb
9 changed files with 33 additions and 20 deletions
modules/dev
|
@ -8,6 +8,7 @@
|
|||
./dhall.nix
|
||||
./haskell
|
||||
./fsharp.nix
|
||||
./kotlin.nix
|
||||
# ./racket.nix
|
||||
# ./elm.nix
|
||||
|
||||
|
|
8
modules/dev/kotlin.nix
Normal file
8
modules/dev/kotlin.nix
Normal file
|
@ -0,0 +1,8 @@
|
|||
{ pkgs, ... }: {
|
||||
home-manager.users.adrielus = {
|
||||
home.packages = with pkgs; [
|
||||
kotlin
|
||||
gradle
|
||||
];
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue