mirror of
https://gitlab.com/Zaney/zaneyos.git
synced 2025-06-20 19:58:47 +02:00
Add the starship prompt
This commit is contained in:
parent
580a49b470
commit
4be7cba3d0
15
home.nix
15
home.nix
@ -35,6 +35,21 @@
|
|||||||
userEmail = "${gitEmail}";
|
userEmail = "${gitEmail}";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
# Starship Prompt
|
||||||
|
programs.starship = {
|
||||||
|
enable = true;
|
||||||
|
package = pkgs.starship;
|
||||||
|
settings = {
|
||||||
|
add_newline = true;
|
||||||
|
character = {
|
||||||
|
success_symbol = '[➜](bold green)';
|
||||||
|
};
|
||||||
|
package = {
|
||||||
|
disabled = false;
|
||||||
|
};
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|
||||||
# Install Packages For The User
|
# Install Packages For The User
|
||||||
home.packages = with pkgs; [
|
home.packages = with pkgs; [
|
||||||
neofetch lolcat cmatrix discord firefox btop libvirt
|
neofetch lolcat cmatrix discord firefox btop libvirt
|
||||||
|
Loading…
x
Reference in New Issue
Block a user