上传文件至「/」

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
+1 -1
View File
@@ -39,7 +39,7 @@
home-manager.sharedModules = [ plasma-manager.homeModules.plasma-manager ];
# ⚠️ 极其重要:把这里的 "luodh" 替换成你在 NixOS 里登录的实际系统用户名
home-manager.users.test = import ./home.nix;
home-manager.users.luodh = import ./home.nix;
}
];