This commit is contained in:
2025-02-27 18:44:16 +01:00
parent 7fc2bf7b80
commit 6c135e9c4e
2 changed files with 9 additions and 0 deletions

7
home-manager/tmux.nix Normal file
View File

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