mirror of
https://github.com/nix-community/home-manager
synced 2024-11-01 08:49:44 +01:00
069d450b6d
Adds a module for pyenv (https://github.com/pyenv/pyenv).
5 lines
83 B
Nix
5 lines
83 B
Nix
{
|
|
pyenv-bash = ./bash.nix;
|
|
pyenv-zsh = ./zsh.nix;
|
|
pyenv-fish = ./fish.nix;
|
|
}
|