mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-04-25 06:19:10 +00:00
modules: rename suites private module in the filesystem
To make it less hurting for inspecting commits.
This commit is contained in:
parent
fb6c1ad004
commit
58e9380ad2
@ -1,8 +1,8 @@
|
|||||||
{
|
{
|
||||||
imports = [
|
imports = [
|
||||||
./profiles/desktop.nix
|
./suites/desktop.nix
|
||||||
./profiles/dev.nix
|
./suites/dev.nix
|
||||||
./profiles/editors.nix
|
./suites/editors.nix
|
||||||
./profiles/i18n.nix
|
./suites/i18n.nix
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
@ -1,13 +1,13 @@
|
|||||||
{
|
{
|
||||||
imports = [
|
imports = [
|
||||||
./profiles/archiving.nix
|
./suites/archiving.nix
|
||||||
./profiles/browsers.nix
|
./suites/browsers.nix
|
||||||
./profiles/desktop.nix
|
./suites/desktop.nix
|
||||||
./profiles/dev.nix
|
./suites/dev.nix
|
||||||
./profiles/filesystem.nix
|
./suites/filesystem.nix
|
||||||
./profiles/gaming.nix
|
./suites/gaming.nix
|
||||||
./profiles/i18n.nix
|
./suites/i18n.nix
|
||||||
./profiles/server.nix
|
./suites/server.nix
|
||||||
./profiles/vpn.nix
|
./suites/vpn.nix
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user