working? plus cleanup and fallbacks
This commit is contained in:
@@ -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 = [
|
||||
|
||||
Reference in New Issue
Block a user