nix-config/modules/default.nix
Bruno BELANYI 012163eb44 modules: add ergodox
This enables usage of ZSA tools, such as `wally` or their online
training tool for any users that are part of `plugdev`.
2021-03-07 18:39:42 +00:00

14 lines
157 B
Nix

# Common modules
{ ... }:
{
imports = [
./ergodox.nix
./language.nix
./networking.nix
./nix.nix
./packages.nix
./users.nix
];
}