refactor: Module to ugaif and readme update

This commit is contained in:
UGA Innovation Factory
2025-12-15 15:32:40 -05:00
committed by Hunter Halloran
parent c46b0aa685
commit 205f03337a
31 changed files with 577 additions and 271 deletions

View File

@@ -16,7 +16,7 @@
with lib;
let
cfg = config.modules.sw;
cfg = config.ugaif.sw;
in
{
imports = [
@@ -25,7 +25,7 @@ in
./updater.nix
];
options.modules.sw = {
options.ugaif.sw = {
enable = mkEnableOption "Standard Workstation Configuration";
type = mkOption {