aboutsummaryrefslogtreecommitdiff
path: root/home
diff options
context:
space:
mode:
Diffstat (limited to 'home')
-rw-r--r--home/profiles/emacs.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/home/profiles/emacs.nix b/home/profiles/emacs.nix
index 17c751d..dbc5411 100644
--- a/home/profiles/emacs.nix
+++ b/home/profiles/emacs.nix
@@ -1,7 +1,6 @@
{ lib, config, pkgs, ... }:
{
home.packages = with pkgs; [
- emacsPgtk
# see https://github.com/hlissner/doom-emacs/issues/4138
(aspellWithDicts (dicts: with dicts; [ en en-computers en-science ]))
];