From c0dd091b5107d8dadca6238fa7ef60c2c07a3b3a Mon Sep 17 00:00:00 2001 From: MichaelFisher1997 Date: Sat, 28 Feb 2026 00:44:08 +0000 Subject: [PATCH] chore: align template base with live VM config Set NixOS stateVersion to 25.05 and include neovim in the default utility package set. --- nixos/template-base/configuration.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/nixos/template-base/configuration.nix b/nixos/template-base/configuration.nix index 88e37ea..957346b 100644 --- a/nixos/template-base/configuration.nix +++ b/nixos/template-base/configuration.nix @@ -81,8 +81,9 @@ tree unzip vim + neovim wget ]; - system.stateVersion = "24.11"; + system.stateVersion = "25.05"; }