aboutsummaryrefslogtreecommitdiff
path: root/modules/hosts/default.nix
blob: a1eaafcec20b1140c2fdb5c4b5427af657696a49 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
{ ... }:

{
  imports = [
    ./audio
    ./desktop
    ./openssh
    ./printer
    ./server
    ./system
    ./wooting
  ];
}