diff --git a/configuration/environment.nix b/configuration/environment.nix index 3140568..e9d147f 100644 --- a/configuration/environment.nix +++ b/configuration/environment.nix @@ -52,6 +52,15 @@ in 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 programs.ssh.extraConfig = ''