cfg/mod/shared/all.nix
2025-05-14 03:22:38 +02:00

10 lines
109 B
Nix

{ mod, ... }:
{
imports = with mod; [
boot
locale
nix-configuration
shell
users
];
}