feat: Rename project to 'Athenix'

This commit is contained in:
UGA Innovation Factory
2025-12-18 12:07:25 -05:00
committed by Hunter Halloran
parent d97ece898c
commit d205211c7d
39 changed files with 278 additions and 277 deletions

View File

@@ -4,11 +4,11 @@
# User Configuration
# ============================================================================
# This file configures BOTH:
# 1. User account options (ugaif.users.<username>)
# 1. User account options (athenix.users.<username>)
# 2. Home-manager configuration (home.*, programs.*, services.*)
#
# The same file is imported in two contexts:
# - As a NixOS module to read ugaif.users.<username> options
# - As a NixOS module to read athenix.users.<username> options
# - As a home-manager module for user environment configuration
#
# This module receives the same `inputs` flake inputs as the main
@@ -26,7 +26,7 @@
# ========== User Account Configuration ==========
# Replace "myusername" with your actual username
ugaif.users.myusername = {
athenix.users.myusername = {
description = "Your Full Name";
shell = pkgs.zsh;
hashedPassword = "!"; # Locked password - use SSH keys only
@@ -47,7 +47,7 @@
};
# Note: You don't need to set 'enable = true' - that's controlled
# per-host in inventory.nix via ugaif.users.myusername.enable
# per-host in inventory.nix via athenix.users.myusername.enable
# ========== Home Manager Configuration ==========
@@ -60,7 +60,7 @@
fd
bat
]
++ lib.optional (osConfig.ugaif.sw.type or null == "desktop") firefox;
++ lib.optional (osConfig.athenix.sw.type or null == "desktop") firefox;
# Conditionally add packages based on system type
# ========== Programs ==========