From ce4f3724eeb131aa5acaeed3a09554f3b4461cbc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Geoffrey=20=E2=80=9CFrogeye=E2=80=9D=20Preud=27homme?= Date: Sat, 6 Dec 2025 23:37:15 +0100 Subject: [PATCH] 25.11: Upgrade stateVersion But nothing changed. --- hm/common.nix | 2 +- os/common.nix | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/hm/common.nix b/hm/common.nix index f30cd5f..7bc08e5 100644 --- a/hm/common.nix +++ b/hm/common.nix @@ -174,7 +174,7 @@ translate-shell.enable = true; # TODO Cool config? }; home = { - stateVersion = "25.05"; + stateVersion = "25.11"; packages = with pkgs; [ # Terminal utils # coreutils-full # Disabled because conflicts with nix-on-droid diff --git a/os/common.nix b/os/common.nix index 6a50057..e5a487c 100644 --- a/os/common.nix +++ b/os/common.nix @@ -102,6 +102,6 @@ # TODO Hibernation? # Use defaults from - system.stateVersion = "25.05"; + system.stateVersion = "25.11"; }