2021-04-22 22:27:29 -04:00
|
|
|
{
|
|
|
|
scmpuff-bash = ./bash.nix;
|
|
|
|
scmpuff-no-bash = ./no-bash.nix;
|
|
|
|
scmpuff-no-shell = ./no-shell.nix;
|
|
|
|
scmpuff-no-zsh = ./no-zsh.nix;
|
|
|
|
scmpuff-zsh = ./zsh.nix;
|
2022-08-22 05:38:58 -04:00
|
|
|
scmpuff-fish = ./fish.nix;
|
|
|
|
scmpuff-no-fish = ./no-fish.nix;
|
2023-10-01 17:17:06 +07:00
|
|
|
scmpuff-no-aliases = ./no-aliases.nix;
|
2021-04-22 22:27:29 -04:00
|
|
|
}
|