Compare commits
No commits in common. "3633e3995c59c8e2cd685d3452f68450ed099b76" and "3ee0f64c207c1dabc6d6f839780a183a993be92a" have entirely different histories.
3633e3995c
...
3ee0f64c20
2 changed files with 3 additions and 5 deletions
|
|
@ -11,14 +11,11 @@ let
|
||||||
in
|
in
|
||||||
{
|
{
|
||||||
options.metacfg.cli-apps.tmux = {
|
options.metacfg.cli-apps.tmux = {
|
||||||
enable = mkOption {
|
enable = mkEnableOption "Tmux";
|
||||||
type = types.bool;
|
|
||||||
default = true;
|
|
||||||
description = "Enable Tmux";
|
|
||||||
};
|
|
||||||
};
|
};
|
||||||
|
|
||||||
config = mkIf cfg.enable {
|
config = mkIf cfg.enable {
|
||||||
|
home.packages = with pkgs; [ tmux ];
|
||||||
home.file.".tmux.conf".text = ''
|
home.file.".tmux.conf".text = ''
|
||||||
set -g mouse on
|
set -g mouse on
|
||||||
'';
|
'';
|
||||||
|
|
|
||||||
|
|
@ -167,6 +167,7 @@ in
|
||||||
rustup
|
rustup
|
||||||
statix
|
statix
|
||||||
thunderbird
|
thunderbird
|
||||||
|
tmux
|
||||||
vim
|
vim
|
||||||
wezterm
|
wezterm
|
||||||
wl-clipboard
|
wl-clipboard
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue