mirror of
https://github.com/nix-community/home-manager.git
synced 2025-03-31 04:04:32 +00:00
Update modules/programs/granted.nix
Co-authored-by: Austin Horstman <khaneliman12@gmail.com>
This commit is contained in:
parent
8ad37dcf64
commit
33fe35c1aa
1 changed files with 1 additions and 6 deletions
|
@ -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; };
|
||||
|
|
Loading…
Add table
Reference in a new issue