aboutsummaryrefslogtreecommitdiff
path: root/modules/common/default.nix
blob: 5a0da5f3dd6593aa5702c2614e9227c73ddcc693 (plain) (blame)
1
2
3
4
5
6
7
8
9
{ ... }:
{
  imports = [
    ./fish.nix
    ./home.nix
    ./host-config.nix
    ./ssh.nix
  ];
}