|
|
@ -52,6 +52,15 @@ in
|
|
|
|
interactiveShellInit = builtins.readFile ./bash-interactive-init.sh;
|
|
|
|
interactiveShellInit = builtins.readFile ./bash-interactive-init.sh;
|
|
|
|
};
|
|
|
|
};
|
|
|
|
};
|
|
|
|
};
|
|
|
|
|
|
|
|
# Prompt rapide et plein de fonctionnalités
|
|
|
|
|
|
|
|
programs.starship = {
|
|
|
|
|
|
|
|
enable = true;
|
|
|
|
|
|
|
|
settings = {
|
|
|
|
|
|
|
|
time.disabled = false;
|
|
|
|
|
|
|
|
shell.disabled = false;
|
|
|
|
|
|
|
|
};
|
|
|
|
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
# https://wiki.mozilla.org/Security/Guidelines/OpenSSH#Modern
|
|
|
|
# https://wiki.mozilla.org/Security/Guidelines/OpenSSH#Modern
|
|
|
|
programs.ssh.extraConfig = ''
|
|
|
|
programs.ssh.extraConfig = ''
|
|
|
|