From d844dd1b2b7e8be98f61abe5ec9973f0e83e4f57 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Geoffrey=20=E2=80=9CFrogeye=E2=80=9D=20Preud=27homme?= Date: Sat, 14 Jun 2025 12:10:07 +0200 Subject: [PATCH] Update stateVersion --- 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 f106902..34204d7 100644 --- a/hm/common.nix +++ b/hm/common.nix @@ -179,7 +179,7 @@ translate-shell.enable = true; # TODO Cool config? }; home = { - stateVersion = "24.11"; + stateVersion = "25.05"; 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 e83692f..1596cb3 100644 --- a/os/common.nix +++ b/os/common.nix @@ -101,6 +101,6 @@ # TODO Hibernation? # Use defaults from - system.stateVersion = "24.11"; + system.stateVersion = "25.05"; }