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 @@
{ lib, pkgs, inputs, forEachUser, ... }:
{ lib, pkgs, inputs, ... }:
{
imports = [
@@ -71,9 +71,11 @@
powerManagement.cpuFreqGovernor = lib.mkDefault "performance";
home-manager.users = forEachUser {
home.stateVersion = "23.05";
};
home-manager.sharedModules = [
{
home.stateVersion = "23.05";
}
];
system.stateVersion = "23.05";
}