Changes
2 changed files (+8/-6)
-
-
@@ -28,11 +28,11 @@] }, "locked": { "lastModified": 1779905731, "narHash": "sha256-JxStPoM7rDResJU84gWmebSpuLMgyZfe3V8BHV5Prs4=", "lastModified": 1780091886, "narHash": "sha256-x7M/xX/z7ZYIulXCgjOOIYCHedO7MYQZ3iFb2uuqXOk=", "ref": "refs/heads/main", "rev": "b24a140217aa1994e83590d41a70b720dad96c50", "revCount": 96, "rev": "1e1825b00533bdd9b1328cc4095156acfcb27aef", "revCount": 98, "type": "git", "url": "https://forgejo.mit.edu/SIPB/nixathena.git" },
-
-
-
@@ -148,6 +148,8 @@fonts = { # The default CJK font (Unifont) looks atrocious # The obvious choice is noto-fonts-cjk-sans but it causes some characters like 门 to display as the Japanese version instead (fixable but I'm too lazy) # Besides wqy_microhei just looks way better (or maybe I've just gotten use to it) packages = with pkgs; [ wqy_microhei ]; # Fix broken emojis in fcitx5 and other places # https://github.com/NixOS/nixpkgs/issues/336989
-
@@ -160,7 +162,7 @@enable = true; type = "fcitx5"; fcitx5 = { addons = with pkgs; [ qt6Packages.fcitx5-chinese-addons ]; addons = with pkgs; [ kdePackages.fcitx5-chinese-addons ]; waylandFrontend = true; }; };
-
@@ -194,7 +196,7 @@# My hardware is pretty well supported wow what a surprise services.fwupd.enable = true; # Sometimes apps in nixpkgs are broken or buggy so let's have an alternative available # Sometimes apps in nixpkgs are broken or buggy or outdated so let's have an alternative available # Yes I'm an evil Nix pragmatist rather than a Nix purist services.flatpak.enable = true;
-