treewide: rename deprecated options
This commit is contained in:
parent
d99a56cd95
commit
cc835da43c
5 changed files with 13 additions and 13 deletions
|
|
@ -1,6 +1,6 @@
|
|||
{ config, lib, pkgs, ... }: {
|
||||
fonts = {
|
||||
enableDefaultFonts = true;
|
||||
enableDefaultPackages = true;
|
||||
fontconfig = {
|
||||
defaultFonts = {
|
||||
serif = [ "NotoSerif" ];
|
||||
|
|
@ -8,7 +8,7 @@
|
|||
monospace = [ "CascadiaCode" ];
|
||||
};
|
||||
};
|
||||
fonts = with pkgs; [
|
||||
packages = with pkgs; [
|
||||
material-symbols
|
||||
material-icons
|
||||
cascadia-code
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue