nixos: remove forEachUser helper

This commit is contained in:
2026-02-03 20:30:39 -08:00
parent 8620cc6287
commit ebfbca4827
28 changed files with 421 additions and 289 deletions

View File

@@ -1,4 +1,4 @@
{ config, lib, pkgs, forEachUser, ... }:
{ config, lib, pkgs, ... }:
{
imports = [
@@ -106,9 +106,11 @@
{ device = "/dev/disk/by-uuid/598e9aa1-4940-4410-a2fa-3dfd8b7d2c0d"; }
];
home-manager.users = forEachUser {
home.stateVersion = "23.11";
};
home-manager.sharedModules = [
{
home.stateVersion = "23.11";
}
];
networking.hostName = "jimi-hendnix";