tuserver/programs/tmux.nix

5 lines
No EOL
61 B
Nix

{
environment.systemPackages = with pkgs; [
tmux
];
}