重构个人配置结构

This commit is contained in:
2026-05-17 10:24:49 +08:00
parent 5072597827
commit 658910097b
10 changed files with 37 additions and 71 deletions
+3 -3
View File
@@ -1,9 +1,9 @@
{ pkgs, ... }:
{
...
}:
{
programs.zsh.enable = true;
users.users.origami = {
isNormalUser = true;
shell = pkgs.zsh;
description = "Origami404";
group = "origami";
openssh.authorizedKeys.keys = [