Use p10k instead of oh-my-zsh theme
This commit is contained in:
parent
cb6c495c3f
commit
fd0aa3e734
3 changed files with 1747 additions and 4 deletions
|
|
@ -49,10 +49,10 @@
|
|||
fonts = {
|
||||
fonts = with pkgs; [
|
||||
corefonts # Microsoft free fonts
|
||||
(nerdfonts.override { fonts = [ "Meslo" ]; })
|
||||
meslo-lgs-nf
|
||||
];
|
||||
fontconfig.defaultFonts = {
|
||||
monospace = [ "MesloLGMDZ Nerd Font Mono" ];
|
||||
monospace = [ "MesloLGS NF" ];
|
||||
};
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue