mirror of
https://github.com/nix-community/home-manager.git
synced 2026-01-12 01:59:37 +08:00
7 lines
197 B
Nix
7 lines
197 B
Nix
{
|
|
bash-completion = ./completion.nix;
|
|
bash-logout = ./logout.nix;
|
|
bash-session-variables = ./session-variables.nix;
|
|
bash-history-control-with-file = ./bash-history-control-with-file.nix;
|
|
}
|