From f011b5027d46cb7f5079e8bda2f75667118e6d10 Mon Sep 17 00:00:00 2001 From: imbytecat Date: Wed, 15 Apr 2026 19:14:58 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E5=8D=87=E7=BA=A7=E6=89=80=E6=9C=89?= =?UTF-8?q?=20stateVersion=20=E8=87=B3=E6=9C=80=E6=96=B0=E7=89=88=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- home/default.nix | 2 +- hosts/mac-mini/default.nix | 2 +- hosts/macbook-air/default.nix | 2 +- hosts/wsl/default.nix | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/home/default.nix b/home/default.nix index 7c8c553..388cbca 100644 --- a/home/default.nix +++ b/home/default.nix @@ -20,7 +20,7 @@ home = { username = username; homeDirectory = if pkgs.stdenv.isDarwin then "/Users/${username}" else "/home/${username}"; - stateVersion = "24.11"; + stateVersion = "25.11"; }; home.packages = with pkgs; [ diff --git a/hosts/mac-mini/default.nix b/hosts/mac-mini/default.nix index c4f5f67..882d1c4 100644 --- a/hosts/mac-mini/default.nix +++ b/hosts/mac-mini/default.nix @@ -27,5 +27,5 @@ pmset -a powernap 0 ''; - system.stateVersion = 5; + system.stateVersion = 6; } diff --git a/hosts/macbook-air/default.nix b/hosts/macbook-air/default.nix index fab5d2f..1894bac 100644 --- a/hosts/macbook-air/default.nix +++ b/hosts/macbook-air/default.nix @@ -12,5 +12,5 @@ "thaw" # 刘海屏菜单栏管理工具 ]; - system.stateVersion = 5; + system.stateVersion = 6; } diff --git a/hosts/wsl/default.nix b/hosts/wsl/default.nix index 03721c9..bab2ca1 100644 --- a/hosts/wsl/default.nix +++ b/hosts/wsl/default.nix @@ -15,5 +15,5 @@ # ── nix-ld (VSCode Remote, etc.) ──────────────────── programs.nix-ld.enable = true; - system.stateVersion = "24.11"; + system.stateVersion = "25.11"; }