activation du super prompt starfish
This commit is contained in:
@@ -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 = ''
|
||||
|
||||
Reference in New Issue
Block a user