Use emacs PGTK

This commit is contained in:
Paul-Henri Froidmont 2024-06-25 02:09:47 +02:00
parent 061d7287ce
commit 335447b956
Signed by: phfroidmont
GPG key ID: BE948AFD7E7873BE
2 changed files with 3 additions and 2 deletions

View file

@ -1,8 +1,8 @@
(setq
projectile-project-search-path '("~/Projects/")
doom-theme 'doom-gruvbox
doom-font (font-spec :family "MesloLGS Nerd Font Mono" :size 16)
doom-big-font (font-spec :family "MesloLGS Nerd Font Mono" :size 24)
doom-font (font-spec :family "MesloLGS Nerd Font Mono" :size 10.0)
doom-big-font (font-spec :family "MesloLGS Nerd Font Mono" :size 20.0)
treemacs-git-mode 'extended
org-directory "~/Nextcloud/Org/"
org-roam-directory "~/Nextcloud/OrgRoam/"

View file

@ -76,6 +76,7 @@ in {
enable = true;
package = pkgs.unstable.emacs29.override {
withNativeCompilation = true;
withPgtk = true;
withSQLite3 = true;
withTreeSitter = true;
withWebP = true;