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