[NixOS] Remove state version from home-manager config

It should go in machine files
This commit is contained in:
Ivan Malison 2023-03-29 11:59:33 -06:00
parent 55a3dc9854
commit 56f08d910e
No known key found for this signature in database
GPG Key ID: 62530EFBE99DC2F8

View File

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