aboutsummaryrefslogtreecommitdiff
path: root/modules/default.nix
blob: 26267b6aeed6cc13b0d0c02819538f822b108a57 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
{
  config,
  lib,
  options,
  ...
}:
{
  imports = [
    ./desktop.nix
    ./doas.nix
    ./nonfree.nix
  ];
}