diff options
| author | Franck Cuny <franck@fcuny.net> | 2025-06-12 15:29:53 -0700 |
|---|---|---|
| committer | Franck Cuny <franck@fcuny.net> | 2025-06-12 15:29:53 -0700 |
| commit | 86a6a6dfa9150d5a9370bc933c2a76cb4eb77e90 (patch) | |
| tree | f84e2ce66a68a8031a5fe4ba0c4fd3094046e5aa /nix | |
| parent | move emacs configuration at the top level (diff) | |
| download | infra-86a6a6dfa9150d5a9370bc933c2a76cb4eb77e90.tar.gz | |
minor tweaks
Diffstat (limited to 'nix')
| -rw-r--r-- | nix/users/fcuny/emacs.nix | 1 | ||||
| -rw-r--r-- | nix/users/fcuny/git.nix | 5 |
2 files changed, 4 insertions, 2 deletions
diff --git a/nix/users/fcuny/emacs.nix b/nix/users/fcuny/emacs.nix index f4e3719..fcf1b8f 100644 --- a/nix/users/fcuny/emacs.nix +++ b/nix/users/fcuny/emacs.nix @@ -71,6 +71,7 @@ in programs.emacs = { enable = true; extraPackages = packages; + # FIXME: https://github.com/NixOS/nixpkgs/issues/395169 package = pkgs.emacs.override { withNativeCompilation = false; }; }; diff --git a/nix/users/fcuny/git.nix b/nix/users/fcuny/git.nix index 92f4f52..ad96bfb 100644 --- a/nix/users/fcuny/git.nix +++ b/nix/users/fcuny/git.nix @@ -67,9 +67,10 @@ ]; ignores = [ - ".envrc" - ".direnv" ".DS_Store" + ".aider.chat.history.md" + ".direnv" + ".envrc" ]; extraConfig = { |
