uses nix-darwin-emacs flake

This commit is contained in:
Dennis Schoepf 2025-09-07 20:17:36 +02:00
parent 4af8a7f872
commit 3ae7ef3a46
2 changed files with 10 additions and 0 deletions

View file

@ -25,6 +25,11 @@
nixpkgs.config.allowUnfree = true;
# Overlays
nixpkgs.overlays = [
inputs.nix-darwin-emacs.overlays.emacs
];
# System Packages
environment.systemPackages = with pkgs; [
git