feat(nix): migrate ruby

This commit is contained in:
Stefan Imhoff
2024-07-05 18:26:01 +02:00
parent 7ed319a52e
commit 9175c0c88e
8 changed files with 13 additions and 134 deletions

View File

@@ -13,6 +13,7 @@ in
./lazydocker
./lazygit
./ripgrep
./ruby
./skhd
./yabai
];

11
nix/home/ruby/default.nix Normal file
View File

@@ -0,0 +1,11 @@
{ pkgs, ... }:
{
home.file.".gemrc" = {
source = ./gemrc;
};
home.packages = [
pkgs.ruby
];
}

1
nix/home/ruby/gemrc Normal file
View File

@@ -0,0 +1 @@
gem: --no-ri --no-rdoc --no-document --suggestions