From 272bf734392caeef0d20489a06b63604f35884d3 Mon Sep 17 00:00:00 2001 From: Louis Gallet Date: Sat, 30 Aug 2025 12:14:07 +0200 Subject: [PATCH] fix: add stateVersion --- hosts/MBP-Louis.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/hosts/MBP-Louis.nix b/hosts/MBP-Louis.nix index 50736fe..16edf3c 100644 --- a/hosts/MBP-Louis.nix +++ b/hosts/MBP-Louis.nix @@ -102,4 +102,5 @@ system.stateVersion = 5; system.primaryUser = "louisgallet"; + home.stateVersion = "24.05" }