重构个人配置结构

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 -8
View File
@@ -5,15 +5,8 @@
clang-tools
python312
python312Packages.ipython
direnv
];
programs.fish.shellAliases = {
"ipy" = "ipython --no-confirm-exit";
};
programs.direnv.enable = true;
programs.fish.shellInit = ''
direnv hook fish | source
'';
programs.git = {
enable = true;