fix: warnings and update zen

This commit is contained in:
2025-12-15 12:32:42 -05:00
parent 53142c9e02
commit b713f0f3d9
7 changed files with 48 additions and 15 deletions

View File

@@ -1,4 +1,9 @@
{ lib, ... }: {
programs.chromium = {
enable = true;
};
programs.firefox = let
lock-false = {
Value = false;

View File

@@ -2,7 +2,8 @@
i18n.defaultLocale = "en_US.UTF-8";
i18n.supportedLocales = [ "en_US.UTF-8/UTF-8" "zh_CN.UTF-8/UTF-8" ];
i18n.inputMethod = {
enabled = "fcitx5";
enable = true;
type = "fcitx5";
fcitx5.addons = with pkgs; [
# fcitx5-gtk # alternatively, kdePackages.fcitx5-qt
kdePackages.fcitx5-qt # alternatively, kdePackages.fcitx5-qt