mirror of
https://github.com/davegallant/nix-config
synced 2025-08-07 00:58:16 +00:00
7 lines
73 B
Nix
7 lines
73 B
Nix
{pkgs, ...}: {
|
|
imports = [
|
|
./brew.nix
|
|
./preferences.nix
|
|
];
|
|
}
|