depot/hosts/soda/shell-profile/default.nix

7 lines
131 B
Nix
Raw Normal View History

2022-05-28 22:54:12 +03:00
{
environment.interactiveShellInit = ''
source ${./insults.sh}
source ${./motd.sh}
source ${./soda-prompt.sh}
'';
}