重构个人配置结构

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
+1 -6
View File
@@ -1,11 +1,6 @@
{ lib, pkgs, ... }:
{
programs.zsh = {
enable = true;
# enableCompletion = true;
autosuggestion.enable = true;
syntaxHighlighting.enable = true;
};
programs.zsh.enable = true;
home.shell.enableZshIntegration = true;
home.file =