From 7552bdc392fed591615989f944597cea8eb9f030 Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Fri, 18 Apr 2025 09:06:26 -0700 Subject: use emacs from home manager and disable native comp --- nix/users/fcuny/dev.nix | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'nix/users') diff --git a/nix/users/fcuny/dev.nix b/nix/users/fcuny/dev.nix index 074ab0e..038e5ce 100644 --- a/nix/users/fcuny/dev.nix +++ b/nix/users/fcuny/dev.nix @@ -1,8 +1,6 @@ { config, pkgs, ... }: { home.packages = with pkgs; [ - emacs - aider-chat # go @@ -24,6 +22,12 @@ rustup ]; + programs.emacs = { + enable = true; + # https://github.com/NixOS/nixpkgs/issues/395169 + package = pkgs.emacs.override { withNativeCompilation = false; }; + }; + programs.go = { enable = true; goPath = ".local/share/pkg.go"; -- cgit v1.2.3