💎 ruby configs

This commit is contained in:
2021-05-02 16:31:49 -04:00
parent 9ac792d033
commit 7b1c89d8aa
2 changed files with 6 additions and 0 deletions

5
modules/ruby.nix Normal file
View File

@ -0,0 +1,5 @@
{ config, lib, pkgs, ... }:
{
home.packages = with pkgs; [ ruby_2_7 solargraph ];
}