mirror of https://github.com/materusPL/Nixerus.git
9 lines
89 B
Nix
9 lines
89 B
Nix
|
{
|
||
|
|
||
|
imports = [
|
||
|
./zsh.nix
|
||
|
./bash.nix
|
||
|
./fish.nix
|
||
|
./starship.nix
|
||
|
];
|
||
|
}
|