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