From 85653e632f5e82a5cd0467282bc5e4235ddf0e32 Mon Sep 17 00:00:00 2001 From: UGA Innovation Factory Date: Tue, 27 Jan 2026 15:36:31 -0500 Subject: [PATCH] fix: Enable sw by default when imported --- sw/default.nix | 2 +- sw/stateless-kiosk/services.nix | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/sw/default.nix b/sw/default.nix index 5c46ead..b98c6a1 100644 --- a/sw/default.nix +++ b/sw/default.nix @@ -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. diff --git a/sw/stateless-kiosk/services.nix b/sw/stateless-kiosk/services.nix index 4bd2641..424d65c 100644 --- a/sw/stateless-kiosk/services.nix +++ b/sw/stateless-kiosk/services.nix @@ -1,5 +1,4 @@ { - config, lib, pkgs, ...