gitea repo
This commit is contained in:
commit
f610209aff
66 changed files with 2439 additions and 0 deletions
15
modules/dev/ruby.nix
Normal file
15
modules/dev/ruby.nix
Normal file
|
@ -0,0 +1,15 @@
|
|||
{ config, pkgs, ... }: {
|
||||
|
||||
config = {
|
||||
|
||||
home-manager.users.${config.user} = { pkgs, ... }: {
|
||||
home.packages = with pkgs; [
|
||||
ruby_3_4
|
||||
#bundler
|
||||
];
|
||||
};
|
||||
environment.variables = {
|
||||
RUBY_VERSION = "3.4";
|
||||
};
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue