8 lines
141 B
Nix
8 lines
141 B
Nix
# this folder is for modules that are common between nixos, home-manager, and darwin
|
|
{...}: {
|
|
imports = [
|
|
./overlays
|
|
./pkgs
|
|
];
|
|
}
|