{ pkgs, ... }: { home-manager.users.adrielus = { home.packages = with pkgs; [ kotlin gradle ]; }; }