diff --git a/config/.doom.d/config.el b/config/.doom.d/config.el index f225495..83a274d 100644 --- a/config/.doom.d/config.el +++ b/config/.doom.d/config.el @@ -57,7 +57,7 @@ ;; they are implemented. ;; (global-wakatime-mode) -(pinentry-start) (add-to-list 'auto-mode-alist '("\\.njk" . web-mode)) (setq lsp-haskell-formatting-provider "stylish-haskell") +(setq nix-nixfmt-bin "nixpkgs-fmt") diff --git a/config/.doom.d/packages.el b/config/.doom.d/packages.el index 3b1655d..279b40f 100644 --- a/config/.doom.d/packages.el +++ b/config/.doom.d/packages.el @@ -10,7 +10,6 @@ ;(package! some-package) (package! wakatime-mode) -(package! pinentry) ;; To install a package directly from a remote git repo, you must specify a ;; `:recipe'. You'll find documentation on what `:recipe' accepts here: