From 2c66c512243a1c2d0df225acdfc7076981fca26a Mon Sep 17 00:00:00 2001 From: Giulio De Pasquale Date: Sat, 20 Aug 2022 12:56:17 +0200 Subject: [PATCH] nixos-unstable -> nixpkgs-unstable, remove stateVersion --- roles/home/common.nix | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/roles/home/common.nix b/roles/home/common.nix index 7589488..50369f7 100644 --- a/roles/home/common.nix +++ b/roles/home/common.nix @@ -1,11 +1,10 @@ { config, pkgs, ... }: -let unstable = import { }; +let unstable = import { }; in { imports = [ ./zsh.nix ./git.nix ]; home = { - stateVersion = "21.05"; sessionVariables = { EDITOR = "nvim"; VISUAL = "nvim";