nix-config/modules/home-manager/tmux/default.nix
2025-05-30 21:10:10 +02:00

10 lines
104 B
Nix

{ ... }:
{
home-manager.users.willifan = {
programs.tmux = {
enable = true;
};
};
}