refactor module to ugaif and readme update

This commit is contained in:
UGA Innovation Factory
2025-12-15 15:32:40 -05:00
parent 5ba8dce77b
commit 19737c2adb
23 changed files with 356 additions and 171 deletions

View File

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

View File

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