.dotfiles/nix/pkgs/darwin.nix

10 lines
111 B
Nix

{ pkgs, homebrew, ... }:
{
home = {
packages = with pkgs; [
gawk
];
file = {
};
};
}