installs tmux

This commit is contained in:
Dennis Schoepf 2026-01-09 22:04:14 +01:00
parent 5991f57010
commit 633ead3aa9

View file

@ -1,16 +1,9 @@
{ config, pkgs, lib, ... }:
{
home.packages = lib.mkAfter (
with pkgs;
[
tmux
]
);
programs.tmux = {
enable = true;
package = pkgs.tmux;
baseIndex = 1;
clock24 = true;
disableConfirmationPrompt = true;