add recursive

This commit is contained in:
Daylin Morgan 2024-03-26 10:40:00 -05:00
parent 35c2706692
commit 8733cd769d
Signed by: daylin
GPG Key ID: 950D13E9719334AD
1 changed files with 1 additions and 0 deletions

View File

@ -10,6 +10,7 @@ in {
fonts.fontconfig.enable = true;
fonts.packages = with pkgs; [
(nerdfonts.override {fonts = ["FiraCode"];})
recursive
];
};
}