update home manager state version

This commit is contained in:
mehbark 2023-08-14 07:51:54 -04:00
parent d1f9e2c3ec
commit 7cad6b76f6

View file

@ -1,7 +1,7 @@
{ config, pkgs, ... }:
{
/* The home.stateVersion option does not have a default and must be set */
home.stateVersion = "18.09";
home.stateVersion = "22.05";
home.packages = with pkgs; [
firefox
clojure