From cc2199054b0b3f79034e47ce64c385fc0f866bf5 Mon Sep 17 00:00:00 2001 From: Yves Dubromelle Date: Tue, 25 Jul 2023 00:34:41 +0200 Subject: [PATCH] activation du super prompt starfish --- configuration/environment.nix | 9 +++++++++ 1 file changed, 9 insertions(+) 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 = ''