fix: Remove deprecated uses with external flakes and more consistent ugaif namespace usage

This commit is contained in:
Hunter Halloran
2025-12-17 09:15:11 -05:00
parent 90b3f21472
commit f75b0be971
8 changed files with 55 additions and 69 deletions

View File

@@ -41,7 +41,5 @@
# Use ugaif.sw.type to select profile: "desktop", "tablet-kiosk", "headless", "stateless-kiosk"
# Use ugaif.sw.extraPackages to add additional packages
# Use ugaif.sw.kioskUrl to set kiosk mode URL
sw =
{ inputs, ... }@args:
(import ../sw/default.nix (args // { inherit inputs; }));
sw = { inputs, ... }@args: (import ../sw/default.nix (args // { inherit inputs; }));
}