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