diff options
author | Franck Cuny <franck@fcuny.net> | 2023-01-07 17:08:45 -0800 |
---|---|---|
committer | Franck Cuny <franck@fcuny.net> | 2023-01-07 17:08:45 -0800 |
commit | 11e13c0e96e4a8a7f96850b6071703f4a5d11ec9 (patch) | |
tree | 22bbc795da7bacefe64190af294edd0d5a1fe239 | |
parent | fix(home/mail): set the full path to notmuch config for afew (diff) | |
download | world-11e13c0e96e4a8a7f96850b6071703f4a5d11ec9.tar.gz |
fix(home/emacs): don't install nixpkgs-fmt here
Diffstat (limited to '')
-rw-r--r-- | home/emacs/default.nix | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/home/emacs/default.nix b/home/emacs/default.nix index 156c922..076b886 100644 --- a/home/emacs/default.nix +++ b/home/emacs/default.nix @@ -11,7 +11,6 @@ in emacsPgtk # see https://github.com/hlissner/doom-emacs/issues/4138 (aspellWithDicts (dicts: with dicts; [ en en-computers en-science ])) - nixpkgs-fmt ]; sessionVariables = { |