My Nix Infra
nix nixos
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

add noto fonts as fallback

ydcjeff 407787f8 cf744cf0

+7 -1
+7 -1
modules/nixos.nix
··· 61 61 "Source Han Serif TC" 62 62 "Source Han Serif SC" 63 63 "Source Serif 4" 64 + "Noto Serif" 65 + "Noto Serif TC" 66 + "Noto Serif SC" 64 67 "Noto Color Emoji" 65 68 ]; 66 69 sansSerif = [ ··· 70 73 "Source Han Sans TC" 71 74 "Source Han Sans SC" 72 75 "Source Sans 3" 76 + "Noto Sans" 77 + "Noto Sans TC" 78 + "Noto Sans SC" 73 79 "Noto Color Emoji" 74 80 ]; 75 81 monospace = [ ··· 274 280 275 281 networking = { 276 282 networkmanager.enable = true; 277 - networkmanager.insertNameservers = [ "1.1.1.1" ]; 283 + # networkmanager.insertNameservers = [ "1.1.1.1" ]; 278 284 }; 279 285 280 286 # https://discourse.nixos.org/t/slow-build-at-building-man-cache/52365/3