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

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