about summary refs log tree commit diff
path: root/nixos/modules/programs/feedbackd.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/modules/programs/feedbackd.nix')
-rw-r--r--nixos/modules/programs/feedbackd.nix9
1 files changed, 1 insertions, 8 deletions
diff --git a/nixos/modules/programs/feedbackd.nix b/nixos/modules/programs/feedbackd.nix
index e3fde947a3dfe..010287e5cd565 100644
--- a/nixos/modules/programs/feedbackd.nix
+++ b/nixos/modules/programs/feedbackd.nix
@@ -12,14 +12,7 @@ in {
 
         Your user needs to be in the `feedbackd` group to trigger effects
       '');
-      package = mkOption {
-        description = lib.mdDoc ''
-          Which feedbackd package to use.
-        '';
-        type = types.package;
-        default = pkgs.feedbackd;
-        defaultText = literalExpression "pkgs.feedbackd";
-      };
+      package = mkPackageOption pkgs "feedbackd" { };
     };
   };
   config = mkIf cfg.enable {