nix-config/modules/nixos/system/default.nix

17 lines
182 B
Nix
Raw Normal View History

2021-05-29 16:48:32 +02:00
# System-related modules
{ ... }:
{
imports = [
./boot
2023-06-11 17:17:42 +02:00
./docker
./documentation
./language
./nix
./packages
2022-01-12 18:22:43 +01:00
./podman
./printing
./users
2021-05-29 16:48:32 +02:00
];
}