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

8 lines
77 B
Nix
Raw Normal View History

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