上传文件至「/」

This commit is contained in:
2026-05-30 21:34:50 +08:00
parent 574e356a5a
commit e146cf6b8d
4 changed files with 69 additions and 32 deletions
+10 -4
View File
@@ -54,13 +54,18 @@
type = "fcitx5";
fcitx5.waylandFrontend = true;
fcitx5.addons = with pkgs; [
# 拼音输入 + KDE/Qt 集成
qt6Packages.fcitx5-chinese-addons
fcitx5-rime
fcitx5-gtk
kdePackages.fcitx5-qt
kdePackages.fcitx5-configtool
];
};
environment.sessionVariables = {
GTK_IM_MODULE = "fcitx";
QT_IM_MODULE = "fcitx";
XMODIFIERS = "@im=fcitx";
NIXOS_OZONE_WL = "1";
};
# ── 桌面环境 (KDE Plasma 6 / Wayland) ───────────────────────
services.xserver.enable = true;
@@ -114,9 +119,9 @@
services.flatpak.enable = true;
# ── 用户 ────────────────────────────────────────────────────
users.users.test = {
users.users.luodh = {
isNormalUser = true;
description = "test";
description = "luodh";
shell = pkgs.fish;
extraGroups = [ "networkmanager" "wheel" ];
packages = with pkgs; [
@@ -142,6 +147,7 @@
zip
unzip
ffmpeg
librime
];
# ── 系统状态版本(请勿修改) ────────────────────────────────