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