diff --git a/modules/home/cli-apps/tmux/default.nix b/modules/home/cli-apps/tmux/default.nix index b08cdfd..a0fc588 100644 --- a/modules/home/cli-apps/tmux/default.nix +++ b/modules/home/cli-apps/tmux/default.nix @@ -11,14 +11,11 @@ let in { options.metacfg.cli-apps.tmux = { - enable = mkOption { - type = types.bool; - default = true; - description = "Enable Tmux"; - }; + enable = mkEnableOption "Tmux"; }; config = mkIf cfg.enable { + home.packages = with pkgs; [ tmux ]; home.file.".tmux.conf".text = '' set -g mouse on ''; diff --git a/modules/nixos/services/gui/default.nix b/modules/nixos/services/gui/default.nix index 20fdf70..41336ee 100644 --- a/modules/nixos/services/gui/default.nix +++ b/modules/nixos/services/gui/default.nix @@ -167,6 +167,7 @@ in rustup statix thunderbird + tmux vim wezterm wl-clipboard