nixos-config/modules/nixos/_private/default.nix
Gabriel Arazas db2da4d7d2
nixos/workflows: reclassify as private modules
It doesn't fit with the public module requirement of no reliance of
third-party modules anymore as we'll be using Bahaghari at the near future.
2024-02-23 20:56:32 +08:00

15 lines
257 B
Nix

{
imports = [
./suites/archiving.nix
./suites/browsers.nix
./suites/desktop.nix
./suites/dev.nix
./suites/filesystem.nix
./suites/gaming.nix
./suites/i18n.nix
./suites/server.nix
./suites/vpn.nix
./workflows
];
}