fix: replace deprecated function

This commit is contained in:
EinEtwas 2024-10-14 07:54:35 +02:00
parent cf7d40add4
commit fb1f04dd8f

View file

@ -8,7 +8,7 @@
os-update = "sudo nixos-rebuild switch --flake '/home/rhea/nix-config'";
};
fonts.fonts = with pkgs; [
fonts.packages = with pkgs; [
nerdfonts
];
}