📦 moving to brews for macOS

This commit is contained in:
2024-09-18 21:29:09 -04:00
parent d3bd7ef416
commit 49d2768cfe
4 changed files with 47 additions and 51 deletions

View File

@ -1,4 +1,4 @@
{ pkgs, ... }:
{ ... }:
{
imports = [
./homebrew.nix
@ -12,8 +12,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 ];
# environment.systemPackages = with pkgs; [ emacs-macport ];
# Auto upgrade nix package and the daemon service.
services.nix-daemon.enable = true;