tuserver/programs/tmux.nix

5 lines
No EOL
89 B
Nix

{ config, pkgs, lib, ... }: {
environment.systemPackages = with pkgs; [
tmux
];
}