🚀 switch to emacs pgtk

dev-docs
Moritz Böhme 2022-06-02 18:07:12 +02:00
parent 3e5ebc6653
commit ee39435261
Signed by: moritz
GPG Key ID: 970C6E89EB0547A9
2 changed files with 2 additions and 4 deletions

View File

@ -12,9 +12,7 @@
./spotify.nix ./spotify.nix
./yubikey.nix ./yubikey.nix
]; ];
modules.cli.shell = let modules.cli.shell = let editor = "emacsclient -t -a 'emacs -t'";
# HACK to fix 24bit color support with kitty
editor = "TERM=kitty-direct emacsclient -t -a 'emacs -t'";
in { in {
name = "fish"; name = "fish";
abbreviations = { abbreviations = {

View File

@ -3,7 +3,7 @@
with lib; with lib;
let let
myEmacs = with pkgs; myEmacs = with pkgs;
((emacsPackagesFor emacsNativeComp).emacsWithPackages ((emacsPackagesFor emacsPgtkNativeComp).emacsWithPackages
(epkgs: [ epkgs.vterm ])); (epkgs: [ epkgs.vterm ]));
cfg = config.modules.editors.emacs; cfg = config.modules.editors.emacs;
in { in {