mirror of
https://github.com/ryan4yin/nix-config.git
synced 2026-02-23 08:24:49 +01:00
11 lines
127 B
Nix
11 lines
127 B
Nix
# My MacBook Pro - Computer for Business
|
|
{ pkgs, ... } @ args:
|
|
|
|
{
|
|
imports = [
|
|
../../modules/darwin/core.nix
|
|
];
|
|
}
|
|
|
|
|