mirror of
https://github.com/nix-community/home-manager
synced 2024-11-23 13:13:26 +00:00
zellij: fix module description for shell integrations
This commit is contained in:
parent
491f74db89
commit
d2b6f2d154
1 changed files with 3 additions and 3 deletions
|
@ -40,15 +40,15 @@ in {
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
|
|
||||||
enableBashIntegration = mkEnableOption "Enable Bash integration." // {
|
enableBashIntegration = mkEnableOption "Bash integration" // {
|
||||||
default = false;
|
default = false;
|
||||||
};
|
};
|
||||||
|
|
||||||
enableZshIntegration = mkEnableOption "Enable Zsh integration." // {
|
enableZshIntegration = mkEnableOption "Zsh integration" // {
|
||||||
default = false;
|
default = false;
|
||||||
};
|
};
|
||||||
|
|
||||||
enableFishIntegration = mkEnableOption "Enable Fish integration." // {
|
enableFishIntegration = mkEnableOption "Fish integration" // {
|
||||||
default = false;
|
default = false;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue