update home manager state version
This commit is contained in:
parent
d1f9e2c3ec
commit
7cad6b76f6
1 changed files with 1 additions and 1 deletions
2
home.nix
2
home.nix
|
@ -1,7 +1,7 @@
|
||||||
{ config, pkgs, ... }:
|
{ config, pkgs, ... }:
|
||||||
{
|
{
|
||||||
/* The home.stateVersion option does not have a default and must be set */
|
/* 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; [
|
home.packages = with pkgs; [
|
||||||
firefox
|
firefox
|
||||||
clojure
|
clojure
|
||||||
|
|
Loading…
Reference in a new issue