fonts: fix deprecated option names
This commit is contained in:
parent
299eee4238
commit
8f73eaf1b4
|
@ -246,11 +246,10 @@ in {
|
|||
};
|
||||
|
||||
fonts = {
|
||||
enableDefaultFonts = true;
|
||||
|
||||
fontDir.enable = true;
|
||||
|
||||
fonts = with pkgs; [
|
||||
enableDefaultPackages = true;
|
||||
packages = with pkgs; [
|
||||
cm_unicode
|
||||
dejavu_fonts
|
||||
fira-code
|
||||
|
|
Loading…
Reference in New Issue