nixos/tmux: add related package
This is a trivial example of `relatedPackages` option usage.
This commit is contained in:
parent
660806066a
commit
eb38b8676a
@ -61,7 +61,12 @@ in {
|
|||||||
options = {
|
options = {
|
||||||
programs.tmux = {
|
programs.tmux = {
|
||||||
|
|
||||||
enable = mkEnableOption "<command>tmux</command> - a <command>screen</command> replacement.";
|
enable = mkOption {
|
||||||
|
type = types.bool;
|
||||||
|
default = false;
|
||||||
|
description = "Whenever to configure <command>tmux</command> system-wide.";
|
||||||
|
relatedPackages = [ "tmux" ];
|
||||||
|
};
|
||||||
|
|
||||||
aggressiveResize = mkOption {
|
aggressiveResize = mkOption {
|
||||||
default = false;
|
default = false;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user