Compare commits

...

2 commits

Author SHA1 Message Date
65899ddba7 desktop: swap mplus-outline-fonts.osdnRelease for noto-fonts-cjk 2023-07-27 16:17:24 -07:00
e191f5121a flake.lock: Update
Flake lock file updates:

• Updated input 'home-manager':
    'github:nix-community/home-manager/c24deeca64538dcbc589ed8da9146e4ca9eb85b7' (2023-07-03)
  → 'github:nix-community/home-manager/346032240c15d8b6034847dc7a5f53312a5a57fc' (2023-07-15)
• Updated input 'nixpkgs':
    'github:nixos/nixpkgs/645ff62e09d294a30de823cb568e9c6d68e92606' (2023-07-01)
  → 'github:nixos/nixpkgs/e74e68449c385db82de3170288a28cd0f608544f' (2023-07-13)
2023-07-15 11:52:26 -07:00
2 changed files with 7 additions and 10 deletions

12
flake.lock generated
View file

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

View file

@ -68,10 +68,7 @@ in
fonts = {
enableDefaultFonts = false;
fonts = with pkgs; [
# 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-cjk
noto-fonts
(nerdfonts.override { fonts = [ "FiraCode" ]; }) # required for icons
twitter-color-emoji