test
This commit is contained in:
parent
3a4a2a8c6f
commit
f95d274248
1 changed files with 1 additions and 3 deletions
|
@ -153,8 +153,6 @@
|
|||
options = "--delete-older-than 7d";
|
||||
};
|
||||
|
||||
|
||||
|
||||
# Fonts
|
||||
fontconfig = {
|
||||
defaultFonts = {
|
||||
|
@ -165,7 +163,7 @@
|
|||
};
|
||||
includeUserConf = false;
|
||||
};
|
||||
fonts = with pkgs; [
|
||||
fonts.fonts = with pkgs; [
|
||||
cascadia-code
|
||||
(nerdfonts.override { fonts = [ "Arimo" "JetBrainsMono" ]; })
|
||||
noto-fonts-emoji
|
||||
|
|
Loading…
Reference in a new issue