mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-01-31 16:57:55 +00:00
Gabriel Arazas
db2da4d7d2
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.
15 lines
257 B
Nix
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
|
|
];
|
|
}
|