7 lines
131 B
Nix
7 lines
131 B
Nix
|
{
|
||
|
environment.interactiveShellInit = ''
|
||
|
source ${./insults.sh}
|
||
|
source ${./motd.sh}
|
||
|
source ${./soda-prompt.sh}
|
||
|
'';
|
||
|
}
|