2023-07-25 12:26:13 -04:00
|
|
|
{ ... }:
|
2022-01-01 21:02:14 -05:00
|
|
|
{
|
2022-01-06 20:42:24 -05:00
|
|
|
imports = [
|
|
|
|
./homebrew.nix
|
2022-08-28 20:13:46 -04:00
|
|
|
|
|
|
|
../../modules/base/darwin.nix
|
2022-01-06 20:42:24 -05:00
|
|
|
../../modules/builder
|
2023-02-27 11:32:48 -05:00
|
|
|
../../modules/dev
|
2022-01-06 20:42:24 -05:00
|
|
|
];
|
2021-09-25 21:49:28 -04:00
|
|
|
|
|
|
|
# List packages installed in system profile. To search by name, run:
|
|
|
|
# $ nix-env -qaP | grep wget
|
2023-07-25 12:26:13 -04:00
|
|
|
# environment.systemPackages = with pkgs; [ emacs-nox ];
|
2021-09-25 21:49:28 -04:00
|
|
|
|
|
|
|
# Use a custom configuration.nix location.
|
|
|
|
# $ darwin-rebuild switch -I darwin-config=$HOME/.config/nixpkgs/darwin/configuration.nix
|
|
|
|
# environment.darwinConfig = "$HOME/.config/nixpkgs/darwin/configuration.nix";
|
|
|
|
|
|
|
|
# Auto upgrade nix package and the daemon service.
|
|
|
|
services.nix-daemon.enable = true;
|
|
|
|
}
|