mirror of
https://github.com/nix-community/home-manager
synced 2024-11-01 08:49:44 +01:00
928f2528f9
This adds the support for the mise program, the successor of rtx. This commit therefore also removes the rtx module.
7 lines
250 B
Nix
7 lines
250 B
Nix
{
|
|
mise-default-settings = ./default-settings.nix;
|
|
mise-custom-settings = ./custom-settings.nix;
|
|
mise-bash-integration = ./bash-integration.nix;
|
|
mise-zsh-integration = ./zsh-integration.nix;
|
|
mise-fish-integration = ./fish-integration.nix;
|
|
}
|