Fix fonts

This commit is contained in:
2025-04-24 08:05:39 +02:00
parent 66bde6646f
commit 439b4d769e
4 changed files with 92 additions and 2 deletions

View File

@ -10,7 +10,7 @@ with lib;
{
fonts.fontconfig.enable = true; # required to autoload fonts from packages
home.packages = with pkgs; [
(nerdfonts.override { fonts = [ "FiraCode" ]; })
nerd-fonts.fira-code
font-awesome
dejavu_fonts
noto-fonts

View File

@ -8,6 +8,7 @@
}:
{
imports = [
../features/fonts
# ../features/cli
# ../features/helix
] ++ (builtins.attrValues outputs.homeManagerModules);

View File

@ -2,7 +2,7 @@
with pkgs;
[
(nerdfonts.override { fonts = [ "FiraCode" ]; })
nerd-fonts.fira-code
font-awesome
dejavu_fonts
noto-fonts