Skip to content

Commit

Permalink
fonts.fonts -> fonts.packages
Browse files Browse the repository at this point in the history
  • Loading branch information
ejiek committed Jul 29, 2023
1 parent 88be874 commit 7e4ee32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hosts/configuration.nix
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@
services.usbmuxd.enable = true;

fonts = {
fonts = with pkgs; [
packages = with pkgs; [
(nerdfonts.override { fonts = [ "FiraCode" "Hack" ]; })
noto-fonts-emoji
];
Expand Down

0 comments on commit 7e4ee32

Please sign in to comment.