mirror of
https://github.com/nix-community/home-manager
synced 2024-11-05 10:49:44 +01:00
8 lines
245 B
Nix
8 lines
245 B
Nix
|
{
|
||
|
rtx-default-settings = ./default-settings.nix;
|
||
|
rtx-custom-settings = ./custom-settings.nix;
|
||
|
rtx-bash-integration = ./bash-integration.nix;
|
||
|
rtx-zsh-integration = ./zsh-integration.nix;
|
||
|
rtx-fish-integration = ./fish-integration.nix;
|
||
|
}
|