📦️ use emacs-macport

This commit is contained in:
2024-01-17 22:34:11 -05:00
parent 23a5e21b71
commit 8ada774d89
2 changed files with 48 additions and 47 deletions

View File

@ -1,4 +1,4 @@
{ config, ... }:
{ pkgs, ... }:
{
imports = [
./homebrew.nix
@ -13,6 +13,7 @@
# List packages installed in system profile. To search by name, run:
# $ nix-env -qaP | grep wget
# environment.systemPackages = with pkgs; [ emacs ];
environment.systemPackages = with pkgs; [ emacs-macport ];
# Auto upgrade nix package and the daemon service.
services.nix-daemon.enable = true;