nix-config/modules/system/default.nix

15 lines
154 B
Nix
Raw Normal View History

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