mirror of
https://github.com/adrlau/nix-dotfiles.git
synced 2026-07-12 17:20:30 +02:00
fix: import 0xproto font from pkgs.nerd-fonts in fonts.nix configuration
This commit is contained in:
@@ -13,8 +13,9 @@
|
||||
font-awesome
|
||||
font-awesome_5
|
||||
font-awesome_4
|
||||
pkgs.nerd-fonts._0xproto
|
||||
|
||||
]++ builtins.filter lib.attrsets.isDerivation (builtins.attrValues nerd-fonts);
|
||||
]++ builtins.filter lib.attrsets.isDerivation (builtins.attrValues pkgs.nerd-fonts);
|
||||
|
||||
|
||||
fonts.fontconfig.enable = true;
|
||||
|
||||
Reference in New Issue
Block a user