This commit is contained in:
2026-01-23 23:31:36 +01:00
parent 412b9abd47
commit 3120ac5747
2 changed files with 6 additions and 0 deletions

5
programs/tmux.nix Normal file
View File

@@ -0,0 +1,5 @@
{ pkgs, ... }:
{
programs.tmux.enable = true;
}