Compare commits

..

No commits in common. "3633e3995c59c8e2cd685d3452f68450ed099b76" and "3ee0f64c207c1dabc6d6f839780a183a993be92a" have entirely different histories.

2 changed files with 3 additions and 5 deletions

View file

@ -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
'';

View file

@ -167,6 +167,7 @@ in
rustup
statix
thunderbird
tmux
vim
wezterm
wl-clipboard