mirror of
https://github.com/nix-community/home-manager.git
synced 2025-12-02 15:11:03 +01:00
syncthing: use mkPackageOption tray package
Signed-off-by: Austin Horstman <khaneliman12@gmail.com>
This commit is contained in:
parent
6d38c711b6
commit
d4a80f26bf
1 changed files with 3 additions and 6 deletions
|
|
@ -756,12 +756,9 @@ in
|
||||||
description = "Syncthing tray command to use.";
|
description = "Syncthing tray command to use.";
|
||||||
};
|
};
|
||||||
|
|
||||||
package = mkOption {
|
package = lib.mkPackageOption pkgs "syncthingtray" {
|
||||||
type = types.package;
|
default = "syncthingtray-minimal";
|
||||||
default = pkgs.syncthingtray-minimal;
|
example = "qsyncthingtray";
|
||||||
defaultText = literalExpression "pkgs.syncthingtray-minimal";
|
|
||||||
example = literalExpression "pkgs.qsyncthingtray";
|
|
||||||
description = "Syncthing tray package to use.";
|
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue