updating things
This commit is contained in:
parent
c06b2e138c
commit
eacb03e3ac
|
@ -46,11 +46,11 @@
|
||||||
"nixpkgs-stable": "nixpkgs-stable"
|
"nixpkgs-stable": "nixpkgs-stable"
|
||||||
},
|
},
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1704298643,
|
"lastModified": 1704300583,
|
||||||
"narHash": "sha256-zfiq9+cBKDcq1ZZXc+emdr3As3CTeneiWXwANtV064s=",
|
"narHash": "sha256-J7eZ8lWwhC5ytBgrtDYhrWOAir9g2JzgucY48R9HVW8=",
|
||||||
"owner": "nix-community",
|
"owner": "nix-community",
|
||||||
"repo": "emacs-overlay",
|
"repo": "emacs-overlay",
|
||||||
"rev": "f1d372c3cc8c5524c6f0c937a5629365203c351b",
|
"rev": "037752e56a049798a44a9a07dec53617bdba5bc0",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
|
|
@ -1,12 +1,9 @@
|
||||||
{ pkgs, lib, config, ... }:
|
{ pkgs, lib, config, ... }:
|
||||||
let
|
|
||||||
myEmacs = pkgs.emacs-pgtk;
|
|
||||||
in
|
|
||||||
with lib;
|
with lib;
|
||||||
{
|
{
|
||||||
services.emacs = {
|
services.emacs = {
|
||||||
enable = true;
|
enable = true;
|
||||||
package = with pkgs; ((emacsPackagesFor myEmacs).emacsWithPackages
|
package = with pkgs; ((emacsPackagesFor pkgs.emacs-pgtk).emacsWithPackages
|
||||||
(epkgs: with epkgs; [
|
(epkgs: with epkgs; [
|
||||||
vterm
|
vterm
|
||||||
melpaPackages.magit
|
melpaPackages.magit
|
||||||
|
@ -56,14 +53,22 @@ with lib;
|
||||||
org-roam-ui
|
org-roam-ui
|
||||||
org-present
|
org-present
|
||||||
org-modern
|
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
|
||||||
melpaPackages.org-re-reveal-ref
|
# melpaPackages.org-re-reveal-ref
|
||||||
melpaPackages.org-re-reveal-citeproc
|
# melpaPackages.org-re-reveal-citeproc
|
||||||
org-web-tools
|
org-web-tools
|
||||||
org-transclusion
|
org-transclusion
|
||||||
ox-reveal
|
# ox-reveal
|
||||||
ox-hugo
|
ox-hugo
|
||||||
oer-reveal
|
# oer-reveal
|
||||||
unicode-fonts
|
unicode-fonts
|
||||||
emojify
|
emojify
|
||||||
undo-tree
|
undo-tree
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
currentdir=$(pwd)
|
currentdir=$(pwd)
|
||||||
cd ~/.dotfiles
|
cd ~/.dotfiles
|
||||||
nixos-rebuild --use-remote-sudo switch --verbose --impure --flake .#
|
nixos-rebuild --use-remote-sudo switch --show-trace --verbose --impure --flake .#
|
||||||
cd $currentdir
|
cd $currentdir
|
||||||
|
|
Loading…
Reference in a new issue