changed naming

This commit is contained in:
theArctesian
2025-09-24 15:39:19 -07:00
parent 044f45404b
commit c205ce19a0
16 changed files with 244 additions and 238 deletions

View File

@@ -3,13 +3,13 @@
with lib;
let
cfg = config.omarchy;
cfg = config.omnixy;
in
{
# User account configuration
users.users.${cfg.user} = {
isNormalUser = true;
description = "Omarchy User";
description = "OmniXY User";
extraGroups = [
"wheel"
"networkmanager"
@@ -23,7 +23,7 @@ in
shell = pkgs.bash;
# Set initial password (should be changed on first login)
initialPassword = "omarchy";
initialPassword = "omnixy";
# SSH keys (add your SSH public keys here)
openssh.authorizedKeys.keys = [