From cfb85f49c1c31a0d898a446909584c6e798f3a91 Mon Sep 17 00:00:00 2001 From: Himadri Bhattacharjee <107522312+lavafroth@users.noreply.github.com> Date: Mon, 10 Feb 2025 18:26:44 +0530 Subject: [PATCH] fix: stateVersion for aqua --- hosts/aqua/home.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/aqua/home.nix b/hosts/aqua/home.nix index 0a36938..f628fb8 100644 --- a/hosts/aqua/home.nix +++ b/hosts/aqua/home.nix @@ -4,5 +4,5 @@ ../default/home/helix.nix ../default/home/shell.nix ]; - home.stateVersion = "24.11"; + home.stateVersion = "23.11"; }