nix-config/modules/system/default.nix
Bruno BELANYI 4ccf549e58 modules: system: remove 'media'
It was not the idiomatic way to do this.
2021-09-15 16:10:06 +02:00

14 lines
165 B
Nix

# System-related modules
{ ... }:
{
imports = [
./boot.nix
./documentation.nix
./language.nix
./nix.nix
./packages.nix
./users.nix
];
}