From 9b9a3ed423af41538b7e03a1debc78c6579790f9 Mon Sep 17 00:00:00 2001 From: Christoph Schmatzler Date: Mon, 11 Aug 2025 14:15:08 +0200 Subject: [PATCH] up --- profiles/nixos/default.nix | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/profiles/nixos/default.nix b/profiles/nixos/default.nix index 25d2219..e4dc164 100644 --- a/profiles/nixos/default.nix +++ b/profiles/nixos/default.nix @@ -92,7 +92,9 @@ in { nixvim.homeModules.nixvim ../base/home-manager ]; - stateVersion = "25.11"; + home = { + stateVersion = "25.11"; + }; }; }; }