aboutsummaryrefslogtreecommitdiff
path: root/modules/users/cli/default.nix
blob: 98fe1fba660330e110e82dc33890f1bd36dc4d1e (plain)
1
2
3
4
5
6
7
{ ... }:
{
  imports = [
    ./tmux
    ./opencode
  ];
}