From 7a03c8e978dcd91db6dbf327fcadaaf0b3056d2f Mon Sep 17 00:00:00 2001 From: elyth Date: Fri, 20 Dec 2024 16:55:21 +0100 Subject: [PATCH] :green_heart: (state): bump --- modules/home/core/home.nix | 2 +- modules/nixos/core/system.nix | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/home/core/home.nix b/modules/home/core/home.nix index 0e38fb8a..8ad5a3b0 100644 --- a/modules/home/core/home.nix +++ b/modules/home/core/home.nix @@ -8,7 +8,7 @@ home = { username = "gwen"; homeDirectory = "/home/gwen"; - stateVersion = "24.05"; + stateVersion = "24.11"; file.".local/share/fonts".source = ./fonts; activation = { installConfig = '' diff --git a/modules/nixos/core/system.nix b/modules/nixos/core/system.nix index c30a3a67..cb9b88aa 100644 --- a/modules/nixos/core/system.nix +++ b/modules/nixos/core/system.nix @@ -1,6 +1,6 @@ { system = { copySystemConfiguration = false; - stateVersion = "24.05"; + stateVersion = "24.11"; }; }