mirror of
https://github.com/ryan4yin/nix-config.git
synced 2026-03-18 15:34:13 +01:00
9 lines
121 B
Nix
9 lines
121 B
Nix
# My MacBook Pro - Computer for Business
|
|
{ pkgs, ... } @ args:
|
|
|
|
{
|
|
imports = [
|
|
../../modules/darwin/core.nix
|
|
];
|
|
}
|