summaryrefslogtreecommitdiff
path: root/home/ebisu/core/system/default.nix
blob: 2cb98adbe0016a44ef746b46266423b8ca5d2685 (plain) (blame)
1
2
3
4
5
6
7
{
  imports = [
    ./encryption
    ./variables
    ./xdg.nix
  ];
}