nix: fix font unable to initialize

This commit is contained in:
biscuit
2025-05-15 14:05:31 -05:00
parent 1b74cf48d0
commit a187fb5ebf
+1 -1
View File
@@ -1,4 +1,4 @@
{ ... }: {
{ pkgs, ... }: {
fonts.packages = with pkgs; [
nerd-fonts.fira-code
];