Update NixOS configuration

This commit is contained in:
2026-05-31 16:21:43 +08:00
parent 45e0f28674
commit a0771a273e
9 changed files with 172 additions and 13 deletions
+1 -3
View File
@@ -3,7 +3,7 @@
{
imports = [
./hardware-configuration.nix
./programs/clash.nix
./modules
];
# ── Nix 自身设置 ────────────────────────────────────────────
@@ -149,8 +149,6 @@
environment.systemPackages = with pkgs; [
rsync
wget
htop
btop
(python3.withPackages (ps: with ps; [ pip ]))
zip
unzip