From 4bc41031ef153c83c8d67f4f47446afdfed30aa0 Mon Sep 17 00:00:00 2001 From: Giulio De Pasquale Date: Fri, 14 Oct 2022 00:42:40 +0200 Subject: [PATCH] Removed stateVersion from common home role --- roles/home/common.nix | 2 -- 1 file changed, 2 deletions(-) diff --git a/roles/home/common.nix b/roles/home/common.nix index a211c25..67a3fee 100644 --- a/roles/home/common.nix +++ b/roles/home/common.nix @@ -3,9 +3,7 @@ { imports = [ ./zsh.nix ./git.nix ]; - home = { - stateVersion = "21.05"; sessionVariables = { EDITOR = "nvim"; VISUAL = "nvim";