This commit is contained in:
2024-04-20 11:37:18 +02:00
parent bc33898566
commit e6fac59270
3 changed files with 33 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
{pkgs, ...}: {
programs.tmux = {
enable = true;
mouse = true;
prefix = "C-b";
plugins = with pkgs.tmuxPlugins; [
sensible
vim-tmux-navigator
];
};
}

View File

@@ -22,6 +22,7 @@
./features/desktop/dwm
./features/kitty.nix
./features/neovim.nix
./features/tmux.nix
];
nixpkgs = {