From 11e13c0e96e4a8a7f96850b6071703f4a5d11ec9 Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Sat, 7 Jan 2023 17:08:45 -0800 Subject: fix(home/emacs): don't install nixpkgs-fmt here --- home/emacs/default.nix | 1 - 1 file changed, 1 deletion(-) 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 = { -- cgit 1.4.1