swapiness and gnome fonts non-cjk

This commit is contained in:
2026-03-26 20:45:56 +03:00
parent c6b918bcf1
commit c7d697a6d2
3 changed files with 7 additions and 6 deletions

View File

@@ -43,7 +43,7 @@
};
networking.hosts = {
"127.0.0.1" = [ "dev.tolma.ch" ];
"127.0.0.2" = [ "dev.tolma.ch" ];
};
# Enable the X11 windowing system.
@@ -109,10 +109,10 @@
"Ubuntu Mono"
];
serif = [
"Noto Serif CJK SC"
"Noto Serif"
];
sansSerif = [
"Noto Sans CJK SC"
"Noto Sans"
];
};
localConf = ''
@@ -134,6 +134,7 @@
nerd-fonts.recursive-mono
nerd-fonts.iosevka
nerd-fonts.symbols-only
noto-fonts
noto-fonts-cjk-sans
noto-fonts-cjk-serif
];