diff options
| author | 2025-01-02 00:17:27 -0800 | |
|---|---|---|
| committer | 2025-01-02 00:17:27 -0800 | |
| commit | b2d50e7e8e4710d0bbce95514918fd61ed0ad22e (patch) | |
| tree | df0633eb2931f09a1021b545d663c501a273231a | |
| parent | 550b7eb6134f4509bab62f50ffe08e21d946f562 (diff) | |
| download | new-dotfiles-b2d50e7e8e4710d0bbce95514918fd61ed0ad22e.tar.gz new-dotfiles-b2d50e7e8e4710d0bbce95514918fd61ed0ad22e.zip | |
Use emacs-pgtk as the emacs package to support Wayland
I'm trying out wayland and want to be able to run Emacs without resorting to
Xwayland because the compositor I'm trying out doesn't work with it.
| -rw-r--r-- | oni/home/config/data.scm | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/oni/home/config/data.scm b/oni/home/config/data.scm index d17eeef..804e461 100644 --- a/oni/home/config/data.scm +++ b/oni/home/config/data.scm @@ -4,7 +4,7 @@ #:use-module (gnu home) #:use-module (gnu packages admin) #:use-module ((gnu packages emacs) - #:select (emacs)) + #:select (emacs-pgtk)) #:use-module ((gnu packages emacs-xyz) #:select (emacs-guix emacs-org-contacts)) @@ -128,7 +128,7 @@ emacs-outli emacs-guix - (emacs-oni-org-roam emacs) + (emacs-oni-org-roam emacs-pgtk) emacs-oni-vterm emacs-oni-elisp emacs-oni-core @@ -288,6 +288,7 @@ (service home-emacs-service-type (home-emacs-configuration + (package emacs-pgtk) (configurations (list (local-file "../services/emacs/init.el") |
