working? plus cleanup and fallbacks

This commit is contained in:
2025-11-17 12:12:17 -05:00
parent 6561e37119
commit 4207b320c9
9 changed files with 29 additions and 47 deletions

View File

@@ -160,9 +160,8 @@
pkgs = nixpkgs.legacyPackages.${system};
extraSpecialArgs = {
inherit userName userEmail hostname;
ghostty = ghostty.packages.${system}.default;
isNixOS = false;
inherit userName userEmail hostname ghostty;
isNixOS = false;
role = "workstation";
};
modules = [