From 8e6e0242a49c52c1608204d6b5f852c01487d5ee Mon Sep 17 00:00:00 2001 From: Christoph Schmatzler Date: Mon, 11 Aug 2025 14:14:41 +0200 Subject: [PATCH] up --- profiles/darwin/default.nix | 1 + profiles/nixos/default.nix | 1 + 2 files changed, 2 insertions(+) diff --git a/profiles/darwin/default.nix b/profiles/darwin/default.nix index ab6804d..d2b1c83 100644 --- a/profiles/darwin/default.nix +++ b/profiles/darwin/default.nix @@ -46,6 +46,7 @@ fonts.fontconfig.enable = true; home = { packages = pkgs.callPackage ../base/packages.nix {} ++ pkgs.callPackage ./packages.nix {}; + stateVersion = "25.11"; }; }; }; diff --git a/profiles/nixos/default.nix b/profiles/nixos/default.nix index bc8fb71..25d2219 100644 --- a/profiles/nixos/default.nix +++ b/profiles/nixos/default.nix @@ -92,6 +92,7 @@ in { nixvim.homeModules.nixvim ../base/home-manager ]; + stateVersion = "25.11"; }; }; }