aboutsummaryrefslogtreecommitdiff
path: root/modules/nixos/default.nix
blob: 9c0a6f137b3387b3dbcf702cee311208a23fbb30 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
{ ... }:
{
  imports = [
    ./base.nix
    ./cgroups.nix
    ./home-manager.nix
    ./nix.nix
    ./ssh.nix
    ./user.nix
  ];
}