Rename project to 'Athenix'

This commit is contained in:
UGA Innovation Factory
2025-12-18 12:07:25 -05:00
parent 85ffa56d12
commit 6ab5f20946
38 changed files with 272 additions and 272 deletions

View File

@@ -9,7 +9,7 @@
with lib;
let
cfg = config.ugaif.sw;
cfg = config.athenix.sw;
basePackages = with pkgs; [
tmux
man

View File

@@ -6,7 +6,7 @@
}:
{
ugaif.sw.python.enable = lib.mkDefault true;
athenix.sw.python.enable = lib.mkDefault true;
services.displayManager.sddm.enable = true;
services.desktopManager.plasma6.enable = true;