From 4830a2a088a16061ecb7790bbb713abe393bc3f8 Mon Sep 17 00:00:00 2001 From: 0xTux <0xtux@pm.me> Date: Sun, 6 Oct 2024 13:04:18 +0530 Subject: [PATCH] update state version --- hosts/canopus/default.nix | 2 +- hosts/canopus/home.nix | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/hosts/canopus/default.nix b/hosts/canopus/default.nix index aec0af8..d2c54a5 100755 --- a/hosts/canopus/default.nix +++ b/hosts/canopus/default.nix @@ -212,5 +212,5 @@ fonts.packages = with pkgs; [(nerdfonts.override {fonts = ["FiraCode" "JetBrainsMono"];})]; - system.stateVersion = "23.11"; + system.stateVersion = "24.11"; } diff --git a/hosts/canopus/home.nix b/hosts/canopus/home.nix index 1619681..1e99538 100644 --- a/hosts/canopus/home.nix +++ b/hosts/canopus/home.nix @@ -58,5 +58,5 @@ mailspring ]; - home.stateVersion = "23.11"; + home.stateVersion = "24.11"; }