fix: Enable sw by default when imported
All checks were successful
CI / Format Check (push) Successful in 2s
CI / Flake Check (push) Successful in 1m47s
CI / Evaluate Key Configurations (nix-builder) (push) Successful in 11s
CI / Evaluate Key Configurations (nix-desktop1) (push) Successful in 7s
CI / Evaluate Key Configurations (nix-laptop1) (push) Successful in 7s
CI / Evaluate Artifacts (installer-iso-nix-laptop1) (push) Successful in 18s
CI / Evaluate Artifacts (lxc-nix-builder) (push) Successful in 11s
CI / Build and Publish Documentation (push) Successful in 8s

This commit is contained in:
UGA Innovation Factory
2026-01-27 15:36:31 -05:00
parent 1533382ff2
commit 85653e632f
2 changed files with 1 additions and 2 deletions

View File

@@ -39,7 +39,7 @@ in
options.athenix.sw = {
enable = mkOption {
type = lib.types.bool;
default = false;
default = true;
description = ''
Enable standard workstation configuration with base packages.

View File

@@ -1,5 +1,4 @@
{
config,
lib,
pkgs,
...