-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
a8e21ca
commit 5b5b47b
Showing
2 changed files
with
172 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,8 @@ | ||
{ ... }: | ||
|
||
{ | ||
programs.starship.enable = true; | ||
programs.starship = { | ||
enable = true; | ||
settings = builtins.fromTOML (builtins.readFile ./starship/starship.toml); | ||
}; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,168 @@ | ||
"$schema" = 'https://starship.rs/config-schema.json' | ||
|
||
# List generated via starship preset nerd-font-symbols | ||
[aws] | ||
symbol = " " | ||
|
||
[buf] | ||
symbol = " " | ||
|
||
[c] | ||
symbol = " " | ||
|
||
[conda] | ||
symbol = " " | ||
|
||
[crystal] | ||
symbol = " " | ||
|
||
[dart] | ||
symbol = " " | ||
|
||
[directory] | ||
read_only = " " | ||
|
||
[docker_context] | ||
symbol = " " | ||
|
||
[elixir] | ||
symbol = " " | ||
|
||
[elm] | ||
symbol = " " | ||
|
||
[fennel] | ||
symbol = " " | ||
|
||
[fossil_branch] | ||
symbol = " " | ||
|
||
[git_branch] | ||
symbol = " " | ||
|
||
[golang] | ||
symbol = " " | ||
|
||
[guix_shell] | ||
symbol = " " | ||
|
||
[haskell] | ||
symbol = " " | ||
|
||
[haxe] | ||
symbol = " " | ||
|
||
[hg_branch] | ||
symbol = " " | ||
|
||
[hostname] | ||
ssh_symbol = " " | ||
|
||
[java] | ||
symbol = " " | ||
|
||
[julia] | ||
symbol = " " | ||
|
||
[kotlin] | ||
symbol = " " | ||
|
||
[lua] | ||
symbol = " " | ||
|
||
[memory_usage] | ||
symbol = " " | ||
|
||
[meson] | ||
symbol = " " | ||
|
||
[nim] | ||
symbol = " " | ||
|
||
[nix_shell] | ||
symbol = " " | ||
|
||
[nodejs] | ||
symbol = " " | ||
|
||
[ocaml] | ||
symbol = " " | ||
|
||
[os.symbols] | ||
Alpaquita = " " | ||
Alpine = " " | ||
AlmaLinux = " " | ||
Amazon = " " | ||
Android = " " | ||
Arch = " " | ||
Artix = " " | ||
CentOS = " " | ||
Debian = " " | ||
DragonFly = " " | ||
Emscripten = " " | ||
EndeavourOS = " " | ||
Fedora = " " | ||
FreeBSD = " " | ||
Garuda = " " | ||
Gentoo = " " | ||
HardenedBSD = " " | ||
Illumos = " " | ||
Kali = " " | ||
Linux = " " | ||
Mabox = " " | ||
Macos = " " | ||
Manjaro = " " | ||
Mariner = " " | ||
MidnightBSD = " " | ||
Mint = " " | ||
NetBSD = " " | ||
NixOS = " " | ||
OpenBSD = " " | ||
openSUSE = " " | ||
OracleLinux = " " | ||
Pop = " " | ||
Raspbian = " " | ||
Redhat = " " | ||
RedHatEnterprise = " " | ||
RockyLinux = " " | ||
Redox = " " | ||
Solus = " " | ||
SUSE = " " | ||
Ubuntu = " " | ||
Unknown = " " | ||
Void = " " | ||
Windows = " " | ||
|
||
[package] | ||
symbol = " " | ||
|
||
[perl] | ||
symbol = " " | ||
|
||
[php] | ||
symbol = " " | ||
|
||
[pijul_channel] | ||
symbol = " " | ||
|
||
[python] | ||
symbol = " " | ||
|
||
[rlang] | ||
symbol = " " | ||
|
||
[ruby] | ||
symbol = " " | ||
|
||
[rust] | ||
symbol = " " | ||
|
||
[scala] | ||
symbol = " " | ||
|
||
[swift] | ||
symbol = " " | ||
|
||
[zig] | ||
symbol = " " | ||
|