This repository has been archived on 2024-04-14. You can view files and clone it, but cannot push or open issues or pull requests.
nixos-dotfiles/user/configs/tmux/default.nix

7 lines
71 B
Nix
Raw Normal View History

2023-05-21 01:35:32 +01:00
{ config, pkgs, ... }:
{
programs.tmux = {
2023-07-01 19:47:43 +01:00
enable = true;
2023-05-21 01:35:32 +01:00
};
}