nixos-config/modules/nixos/base/tmux/default.nix

5 lines
74 B
Nix

{ ... }:
{
chvp.base.tmux.usersToConfigure = [ "charlotte" "root" ];
}