-
For those that also want this I can post - I installed nix-on-droid https://github.com/t184256/nix-on-droid - I could manage to install the emacs overlay https://github.com/nix-community/emacs-overlay - intsall xserver with xsdl https://play.google.com/store/apps/details?id=x.org.server&gl=US - latex preview and everything works with tectonic (so that you don't have to download gb and gb of data for latex distribution)
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
-
For those that also want this I can post - I installed nix-on-droid https://github.com/t184256/nix-on-droid - I could manage to install the emacs overlay https://github.com/nix-community/emacs-overlay - intsall xserver with xsdl https://play.google.com/store/apps/details?id=x.org.server&gl=US - latex preview and everything works with tectonic (so that you don't have to download gb and gb of data for latex distribution)
-
Emacs 28.1
-
If you are interested, here's my nix config https://github.com/bbigras/nix-config/blob/0cd62099f3b7cd85aeb918b20dd905fd551425b4/hosts/pixel6/default.nix . Basically, I'm building my config with GitHub actions (and qemu for aarch64), I'm sharing nix files for my phone and other computers and I'm pushing it with deploy-rs from my desktop to my phone with ssh (so I don't have to build anything on the phone).
-
it's a bit hackish the way I added my pixel6 to my config (both in nix/deploy.nix and nix/host-drvs.nix while it was only in 1 file recently) because my nix-config is basically stolen from https://github.com/lovesegfault/nix-config . I basically copy it and add my own stuff on top.
-
the module: https://gitlab.com/rycee/nur-expressions/blob/master/hm-modules/emacs-init.nix
-
usage: https://gitlab.com/rycee/configurations/-/commits/master/user/emacs.nix