fix(fischer): fix nerdfonts

This commit is contained in:
Julien Malka 2025-01-14 16:40:42 +01:00
parent 37f6ee6e44
commit f3ba2a1c8b
Signed by: Luj
GPG key ID: 6FC74C847011FD83

View file

@ -39,7 +39,9 @@
size = 15;
};
home.packages = with pkgs; [
home.packages =
with pkgs;
[
du-dust
kitty
jq
@ -49,7 +51,6 @@
meld
vlc
jftui
nerdfonts
cantarell-fonts
libreoffice
font-awesome
@ -77,7 +78,8 @@
unstable.nixfmt-rfc-style
kanidm
yubioath-flutter
];
]
++ builtins.filter lib.attrsets.isDerivation (builtins.attrValues pkgs.nerd-fonts);
fonts.fontconfig.enable = true;