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