updating things
This commit is contained in:
parent
c06b2e138c
commit
eacb03e3ac
3 changed files with 17 additions and 12 deletions
|
@ -1,12 +1,9 @@
|
|||
{ pkgs, lib, config, ... }:
|
||||
let
|
||||
myEmacs = pkgs.emacs-pgtk;
|
||||
in
|
||||
with lib;
|
||||
{
|
||||
services.emacs = {
|
||||
enable = true;
|
||||
package = with pkgs; ((emacsPackagesFor myEmacs).emacsWithPackages
|
||||
package = with pkgs; ((emacsPackagesFor pkgs.emacs-pgtk).emacsWithPackages
|
||||
(epkgs: with epkgs; [
|
||||
vterm
|
||||
melpaPackages.magit
|
||||
|
@ -56,14 +53,22 @@ with lib;
|
|||
org-roam-ui
|
||||
org-present
|
||||
org-modern
|
||||
# (org-re-reveal.overrideAttrs (o: {
|
||||
# src = pkgs.fetchgit {
|
||||
# url = "https://gitlab.com/oer/org-re-reveal";
|
||||
# rev = "7c39d15b841c7a8d197a24c89e5fef5d54e271aa";
|
||||
# sha256 = "/1eXxIY8SqLLC10ekGs7G3o7U7MIA01mtsl2C6lo7us=";
|
||||
# };
|
||||
# }))
|
||||
# org-re-reveal
|
||||
melpaPackages.org-re-reveal
|
||||
melpaPackages.org-re-reveal-ref
|
||||
melpaPackages.org-re-reveal-citeproc
|
||||
# melpaPackages.org-re-reveal-ref
|
||||
# melpaPackages.org-re-reveal-citeproc
|
||||
org-web-tools
|
||||
org-transclusion
|
||||
ox-reveal
|
||||
# ox-reveal
|
||||
ox-hugo
|
||||
oer-reveal
|
||||
# oer-reveal
|
||||
unicode-fonts
|
||||
emojify
|
||||
undo-tree
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue