nix-config-v2/modules/common/default.nix

12 lines
96 B
Nix

{
pkgs,
lib,
...
}: {
imports = [
./core.nix
./fonts.nix
./users.nix
];
}