diff options
author | Franck Cuny <franck@fcuny.net> | 2023-11-06 17:04:18 -0800 |
---|---|---|
committer | Franck Cuny <franck@fcuny.net> | 2023-11-06 17:05:04 -0800 |
commit | 9d613778f7ae6f33ae8960497432c84abd315c3a (patch) | |
tree | 6fe6421c92a3c6304c5e577c9367564ac301b128 /home | |
parent | flake.lock: Update (diff) | |
download | world-9d613778f7ae6f33ae8960497432c84abd315c3a.tar.gz |
don't need to install emacs' pGTK variant
Diffstat (limited to '')
-rw-r--r-- | home/profiles/emacs.nix | 1 |
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 ])) ]; |