about summary refs log tree commit diff
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2023-11-06 17:04:18 -0800
committerFranck Cuny <franck@fcuny.net>2023-11-06 17:05:04 -0800
commit9d613778f7ae6f33ae8960497432c84abd315c3a (patch)
tree6fe6421c92a3c6304c5e577c9367564ac301b128
parentflake.lock: Update (diff)
downloadworld-9d613778f7ae6f33ae8960497432c84abd315c3a.tar.gz
don't need to install emacs' pGTK variant
-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 ]))
   ];