fix: fonts.fonts -> fonts.packages

This commit is contained in:
Infinidoge 2023-07-29 18:29:39 -04:00
parent 35c7558507
commit fdac699ae2
2 changed files with 2 additions and 2 deletions

View file

@ -37,7 +37,7 @@ in
info.env.wm = "qtile";
fonts.fonts = with pkgs; [
fonts.packages = with pkgs; [
powerline-fonts
ubuntu_font_family
];