mirror of
https://gitlab.com/Zaney/zaneyos.git
synced 2025-01-24 13:18:35 +01: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}";
|
||||
};
|
||||
|
||||
# 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
|
||||
home.packages = with pkgs; [
|
||||
neofetch lolcat cmatrix discord firefox btop libvirt
|
||||
|
Loading…
Reference in New Issue
Block a user