mirror of
https://github.com/Ahwxorg/nixos-config.git
synced 2025-12-04 06:50:14 +01:00
chore: move to different way of managing fonts as nixos had a nice gift for me :woozy:
This commit is contained in:
parent
1886b76947
commit
99bac5b3b8
3 changed files with 77 additions and 3 deletions
|
|
@ -2,8 +2,8 @@
|
|||
{
|
||||
fonts.fontconfig.enable = true;
|
||||
home.packages = [
|
||||
pkgs.nerdfonts
|
||||
(pkgs.nerdfonts.override { fonts = [ "JetBrainsMono" ]; })
|
||||
# pkgs.nerdfonts
|
||||
# (pkgs.nerdfonts.override { fonts = [ "JetBrainsMono" ]; })
|
||||
pkgs.twemoji-color-font
|
||||
pkgs.noto-fonts-emoji
|
||||
];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue