modules: rename suites private module in the filesystem

To make it less hurting for inspecting commits.
This commit is contained in:
Gabriel Arazas 2024-01-22 14:52:00 +08:00
parent fb6c1ad004
commit 58e9380ad2
No known key found for this signature in database
GPG Key ID: ADE0C41DAB221FCC
16 changed files with 13 additions and 13 deletions

View File

@ -1,8 +1,8 @@
{
imports = [
./profiles/desktop.nix
./profiles/dev.nix
./profiles/editors.nix
./profiles/i18n.nix
./suites/desktop.nix
./suites/dev.nix
./suites/editors.nix
./suites/i18n.nix
];
}

View File

@ -1,13 +1,13 @@
{
imports = [
./profiles/archiving.nix
./profiles/browsers.nix
./profiles/desktop.nix
./profiles/dev.nix
./profiles/filesystem.nix
./profiles/gaming.nix
./profiles/i18n.nix
./profiles/server.nix
./profiles/vpn.nix
./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
];
}