NixOS / nixpkgs

Nix Packages collection & NixOS
MIT License
17.94k stars 13.96k forks source link

exwm.extraPackages not availible #197292

Open spiderbit opened 2 years ago

spiderbit commented 2 years ago

Should that not make vterm availible and idealy also recompile the emacs version used with xwidget support:

 windowManager.exwm.extraPackages =
    epkgs: 
    [
      epkgs.telega
      epkgs.vterm
      epkgs.xwwp
    ];

I don't even have vterm or any of the other packages available nor is emacs compiled with xwidgets support. I see that it installs as example vterm, but it's not there, do I need to get the newer version active, restarted X, that should be enough or not?

spiderbit commented 2 years ago

Well rebooted now vterm works, but telega brings some weird:

string-trim-right: Wrong type argument: stringp, nil

Error, strange enough if I try to run telega but also if I try to describe-function telega...

and xwwp does not work because:

user-error: Your Emacs was not compiled with xwidgets support