Added starship
This commit is contained in:
parent
a7ba8bc626
commit
176a36e120
1 changed files with 20 additions and 0 deletions
20
moduler/common/starship.nix
Normal file
20
moduler/common/starship.nix
Normal file
|
@ -0,0 +1,20 @@
|
|||
# This file is generated from "README.org"
|
||||
{ pkgs, ... }:
|
||||
{
|
||||
programs.starship.enable = true;
|
||||
programs.starship.enableFishIntegration = true;
|
||||
programs.starship.package = pkgs.unstable.starship;
|
||||
programs.starship.settings.add_newline = true;
|
||||
programs.starship.settings.character = {
|
||||
success_symbol = "[𝝺](#c792ea)";
|
||||
vicmd_symbol = "[ ](bold green)";
|
||||
error_symbol = "[☓ ](bold red)";
|
||||
};
|
||||
programs.starship.settings.directory = {
|
||||
style = "bold cyan";
|
||||
};
|
||||
programs.starship.settings.nix_shell = {
|
||||
disabled = false;
|
||||
symbol = " ";
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue