diff --git a/home/emacs.nix b/home/emacs.nix index 18989da..ee13989 100644 --- a/home/emacs.nix +++ b/home/emacs.nix @@ -574,6 +574,12 @@ in ''; }; + nix-update = { + enable = true; + command = [ "nix-update-fetch" ]; + bindLocal.nix-mode-map."C-c C-u" = "nix-update-fetch"; + }; + ob-calc = { enable = true; after = [ "org" ];