haios/systems/ptocheia/users.nix

8 lines
114 B
Nix
Raw Permalink Normal View History

2025-02-17 22:41:50 +02:00
{
olympus.system = {
2025-02-19 00:48:48 +02:00
mainUser = "elissa";
users = ["elissa" "pingu"];
useHomeManager = true;
2025-02-17 22:41:50 +02:00
};
}