Update config and option names for modules
This commit is contained in:
parent
fe508bd127
commit
bb9b77e2f8
54 changed files with 122 additions and 120 deletions
|
@ -8,10 +8,10 @@
|
|||
with lib;
|
||||
|
||||
let
|
||||
cfg = config.homeManagerModules.cli.tmux;
|
||||
cfg = config.features.cli.tmux;
|
||||
in
|
||||
{
|
||||
options.homeManagerModules.cli.tmux.enable = mkEnableOption "Enable tmux";
|
||||
options.features.cli.tmux.enable = mkEnableOption "Enable tmux";
|
||||
|
||||
config = mkIf cfg.enable {
|
||||
programs.tmux = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue