depot/hosts/soda/shell-profile/default.nix
2022-05-28 21:54:12 +02:00

7 lines
131 B
Nix

{
environment.interactiveShellInit = ''
source ${./insults.sh}
source ${./motd.sh}
source ${./soda-prompt.sh}
'';
}