📦️ package updates - emacs29, nil, etc

This commit is contained in:
2023-07-25 12:26:13 -04:00
parent 5f668bee6d
commit e1871a2030
4 changed files with 7 additions and 7 deletions

View File

@ -1,4 +1,4 @@
{ pkgs, ... }:
{ ... }:
{
imports = [
./homebrew.nix
@ -10,7 +10,7 @@
# List packages installed in system profile. To search by name, run:
# $ nix-env -qaP | grep wget
environment.systemPackages = with pkgs; [ emacs-nox ];
# environment.systemPackages = with pkgs; [ emacs-nox ];
# Use a custom configuration.nix location.
# $ darwin-rebuild switch -I darwin-config=$HOME/.config/nixpkgs/darwin/configuration.nix