Update fastfetch.nix
This commit is contained in:
parent
42691f6f40
commit
0b19487578
1 changed files with 3 additions and 1 deletions
|
|
@ -8,7 +8,9 @@
|
||||||
|
|
||||||
# Install Nerd Fonts for icon support
|
# Install Nerd Fonts for icon support
|
||||||
fonts.packages = with pkgs; [
|
fonts.packages = with pkgs; [
|
||||||
(nerdfonts.override { fonts = [ "FiraCode" "JetBrainsMono" "Meslo" ]; })
|
nerd-fonts.fira-code
|
||||||
|
nerd-fonts.jetbrains-mono
|
||||||
|
nerd-fonts.meslo-lg
|
||||||
];
|
];
|
||||||
|
|
||||||
# Create the fastfetch config file with unicode icons
|
# Create the fastfetch config file with unicode icons
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue