[NixOS] Remove state version from home-manager config

It should go in machine files
This commit is contained in:
2023-03-29 11:59:33 -06:00
parent 55a3dc9854
commit 56f08d910e

View File

@@ -1,5 +1,4 @@
{ pkgs, config, ... }: {
home.stateVersion = "20.03";
xsession = {
enable = true;
preferStatusNotifierItems = true;