diff options
Diffstat (limited to 'modules/hosts/default.nix')
| -rw-r--r-- | modules/hosts/default.nix | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/modules/hosts/default.nix b/modules/hosts/default.nix new file mode 100644 index 0000000..a1eaafc --- /dev/null +++ b/modules/hosts/default.nix @@ -0,0 +1,13 @@ +{ ... }: + +{ + imports = [ + ./audio + ./desktop + ./openssh + ./printer + ./server + ./system + ./wooting + ]; +} |
