[NixOS] Add home manager state versions for jimi-hendnix

This commit is contained in:
Ivan Malison 2023-10-04 11:24:06 -06:00
parent 4acd8fc50d
commit 9b9f5c6113

View File

@ -1,4 +1,4 @@
{ config, lib, pkgs, ... }:
{ config, lib, pkgs, forEachUser, ... }:
{
imports = [
@ -43,6 +43,10 @@
fsType = "vfat";
};
home-manager.users = forEachUser {
home.stateVersion = "23.11";
};
networking.hostName = "jimi-hendnix";
system.stateVersion = "23.05";