This commit is contained in:
@@ -11,6 +11,7 @@
|
||||
./features/alacritty
|
||||
./features/yazi
|
||||
./features/emacs
|
||||
./features/tmux
|
||||
|
||||
./features/hyprland
|
||||
|
||||
|
||||
13
homes/julian/features/tmux/default.nix
Normal file
13
homes/julian/features/tmux/default.nix
Normal file
@@ -0,0 +1,13 @@
|
||||
{
|
||||
lib,
|
||||
pkgs,
|
||||
config,
|
||||
...
|
||||
}: {
|
||||
programs.tmux = {
|
||||
enable = true;
|
||||
clock24 = true;
|
||||
keyMode = "vi";
|
||||
mouse = true;
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user