From 33fe35c1aa68a3f36a63ca77cdcec63ec4aafcbe Mon Sep 17 00:00:00 2001 From: Farid Zakaria Date: Sat, 29 Mar 2025 07:52:42 -0700 Subject: [PATCH] Update modules/programs/granted.nix Co-authored-by: Austin Horstman --- modules/programs/granted.nix | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/modules/programs/granted.nix b/modules/programs/granted.nix index e83b3f965..6a4cf928a 100644 --- a/modules/programs/granted.nix +++ b/modules/programs/granted.nix @@ -12,12 +12,7 @@ in { options.programs.granted = { enable = mkEnableOption "granted"; - package = mkOption { - type = types.package; - default = pkgs.granted; - defaultText = literalExpression "pkgs.granted"; - description = "The granted package to install."; - }; + package = lib.mkPackageOption pkgs "granted" { }; enableZshIntegration = lib.hm.shell.mkZshIntegrationOption { inherit config; };