use athenix instead of ugaif

This commit is contained in:
UGA Innovation Factory
2025-12-18 12:13:34 -05:00
parent db96137bb4
commit c538e0c051
2 changed files with 4 additions and 4 deletions

View File

@@ -37,7 +37,7 @@
environment.systemPackages = with pkgs; [
] ++ lib.optional (config.ugaif.sw.type == "desktop") ghostty;
] ++ lib.optional (config.athenix.sw.type == "desktop") ghostty;
# Example: Add user to additional groups
# users.users.myusername.extraGroups = [ "docker" ];