Compare commits

..

No commits in common. "65899ddba76154ad3883327041c4430cae382e75" and "02f3751cdad57d52dcb88081847453bfde1935de" have entirely different histories.

2 changed files with 10 additions and 7 deletions

12
flake.lock generated
View file

@ -7,11 +7,11 @@
]
},
"locked": {
"lastModified": 1689432596,
"narHash": "sha256-Vixn4nhjeHjGG3o6hDAnSZbXsYMYA5b39+NwAbUPpi0=",
"lastModified": 1688409282,
"narHash": "sha256-nnVCN5QiZ5+DEc70PRQLEcxqlxtsmeBU1BnpsRPUJlA=",
"owner": "nix-community",
"repo": "home-manager",
"rev": "346032240c15d8b6034847dc7a5f53312a5a57fc",
"rev": "c24deeca64538dcbc589ed8da9146e4ca9eb85b7",
"type": "github"
},
"original": {
@ -22,11 +22,11 @@
},
"nixpkgs": {
"locked": {
"lastModified": 1689282004,
"narHash": "sha256-VNhuyb10c9SV+3hZOlxwJwzEGytZ31gN9w4nPCnNvdI=",
"lastModified": 1688231357,
"narHash": "sha256-ZOn16X5jZ6X5ror58gOJAxPfFLAQhZJ6nOUeS4tfFwo=",
"owner": "nixos",
"repo": "nixpkgs",
"rev": "e74e68449c385db82de3170288a28cd0f608544f",
"rev": "645ff62e09d294a30de823cb568e9c6d68e92606",
"type": "github"
},
"original": {

View file

@ -68,7 +68,10 @@ in
fonts = {
enableDefaultFonts = false;
fonts = with pkgs; [
noto-fonts-cjk
# noto-fonts-cjk doesn't display in Discord for some reason
# mplus-outline-fonts.osdnRelease is no longer updated and is now mplus-outline-fonts.githubRelease,
# but で renders weird for some reason in the GitHub release, so I'm sticking to OSDN
mplus-outline-fonts.osdnRelease
noto-fonts
(nerdfonts.override { fonts = [ "FiraCode" ]; }) # required for icons
twitter-color-emoji