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";
|
options = "--delete-older-than 7d";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
# Fonts
|
# Fonts
|
||||||
fontconfig = {
|
fontconfig = {
|
||||||
defaultFonts = {
|
defaultFonts = {
|
||||||
|
@ -165,7 +163,7 @@
|
||||||
};
|
};
|
||||||
includeUserConf = false;
|
includeUserConf = false;
|
||||||
};
|
};
|
||||||
fonts = with pkgs; [
|
fonts.fonts = with pkgs; [
|
||||||
cascadia-code
|
cascadia-code
|
||||||
(nerdfonts.override { fonts = [ "Arimo" "JetBrainsMono" ]; })
|
(nerdfonts.override { fonts = [ "Arimo" "JetBrainsMono" ]; })
|
||||||
noto-fonts-emoji
|
noto-fonts-emoji
|
||||||
|
|
Loading…
Reference in a new issue