diff options
| author | Franck Cuny <franck@fcuny.net> | 2025-04-29 10:22:16 -0700 |
|---|---|---|
| committer | Franck Cuny <franck@fcuny.net> | 2025-04-29 10:22:16 -0700 |
| commit | 3dd2a09087192f6c721bb851276a0019c839eded (patch) | |
| tree | bbe1d873f42a42a2c2eb668c46f64c3446b059e8 /nix/users/fcuny/dev.nix | |
| parent | use some binary caches (diff) | |
| download | infra-3dd2a09087192f6c721bb851276a0019c839eded.tar.gz | |
initial import of emacs config
Diffstat (limited to 'nix/users/fcuny/dev.nix')
| -rw-r--r-- | nix/users/fcuny/dev.nix | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/nix/users/fcuny/dev.nix b/nix/users/fcuny/dev.nix index 0202747..f95c04d 100644 --- a/nix/users/fcuny/dev.nix +++ b/nix/users/fcuny/dev.nix @@ -29,12 +29,6 @@ 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"; |
