mirror of
https://github.com/davegallant/nix-config
synced 2025-08-05 23:03:40 +00:00
7 lines
75 B
Nix
7 lines
75 B
Nix
{ pkgs, ... }: {
|
|
imports = [
|
|
./brew.nix
|
|
./preferences.nix
|
|
];
|
|
}
|