tmux
This commit is contained in:
parent
045b59feb2
commit
9cb3f571d6
@ -5,6 +5,7 @@
|
|||||||
../../modules/home-manager/neovim
|
../../modules/home-manager/neovim
|
||||||
../../modules/home-manager/wezterm
|
../../modules/home-manager/wezterm
|
||||||
../../modules/home-manager/zsh
|
../../modules/home-manager/zsh
|
||||||
|
../../modules/home-manager/tmux
|
||||||
];
|
];
|
||||||
home.username = "mthomson";
|
home.username = "mthomson";
|
||||||
home.homeDirectory = "/Users/mthomson";
|
home.homeDirectory = "/Users/mthomson";
|
||||||
@ -14,6 +15,7 @@
|
|||||||
btop
|
btop
|
||||||
spotify-player
|
spotify-player
|
||||||
tmuxifier
|
tmuxifier
|
||||||
|
neofetch
|
||||||
];
|
];
|
||||||
|
|
||||||
programs.home-manager.enable = true;
|
programs.home-manager.enable = true;
|
||||||
|
13
modules/home-manager/tmux/default.nix
Normal file
13
modules/home-manager/tmux/default.nix
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
{ pkgs, config, ... }:
|
||||||
|
|
||||||
|
{
|
||||||
|
programs = {
|
||||||
|
tmux = {
|
||||||
|
enable = true;
|
||||||
|
shortcut = "Space";
|
||||||
|
mouse = true;
|
||||||
|
baseIndex = 1;
|
||||||
|
tmuxp.enable = true;
|
||||||
|
};
|
||||||
|
};
|
||||||
|
}
|
Loading…
x
Reference in New Issue
Block a user