mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-04-24 18:19:11 +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 = [
|
||||
./profiles/desktop.nix
|
||||
./profiles/dev.nix
|
||||
./profiles/editors.nix
|
||||
./profiles/i18n.nix
|
||||
./suites/desktop.nix
|
||||
./suites/dev.nix
|
||||
./suites/editors.nix
|
||||
./suites/i18n.nix
|
||||
];
|
||||
}
|
||||
|
@ -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
|
||||
];
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user