Fonts & Shell Prompt

- More fonts
- Add krabby and starship packages for shell prompt
This commit is contained in:
Sravan Balaji
2024-03-30 20:23:17 -04:00
parent b2ecd969fd
commit 02b601529d
3 changed files with 16 additions and 7 deletions

View File

@@ -3,13 +3,13 @@
{
fonts.packages = with pkgs; [
corefonts
powerline
font-awesome
ubuntu_font_family
(nerdfonts.override {
fonts = [
"FiraCode"
];
})
font-awesome
nerdfonts
noto-fonts-color-emoji
powerline
ipafont
baekmuk-ttf
nerdfonts
];
}