diff --git a/home/mail/config.neomuttrc b/home/mail/config.neomuttrc index cc7b6d3..870ebec 100644 --- a/home/mail/config.neomuttrc +++ b/home/mail/config.neomuttrc @@ -54,8 +54,7 @@ folder-hook . source ~/.config/neomutt/bindings.neomuttrc # source ~/.config/neomutt/pgp.neomuttrc # Compose -# set editor = "nvim -c 'call woof#init#Init()'" -set editor = "nvim" +set editor = "nvim -c 'call woof#init#Init()'" set edit_headers set forward_format = "Fwd: %s" set forward_attachments diff --git a/home/nvim/default.nix b/home/nvim/default.nix index c1fcabd..2b718f8 100644 --- a/home/nvim/default.nix +++ b/home/nvim/default.nix @@ -18,7 +18,7 @@ src = builtins.fetchGit { url = "ssh://git@shorbut.ktiu.net/home/git/woof.vim/"; ref = "main"; - rev = "9dfef63b9c0872fe14315421a1763d82818f59e8"; + rev = "69ecc972c3933cd9f358b2928693c6275cfcf8a5"; }; }; in diff --git a/home/r.nix b/home/r.nix index b3d6949..7c3694b 100644 --- a/home/r.nix +++ b/home/r.nix @@ -27,9 +27,9 @@ goethR = pkgs.rPackages.buildRPackage { name = "goethR"; src = builtins.fetchGit { - url = "ssh://git@ktiu.net/home/git/goethR/"; + url = "ssh://git@arielle.ktiu.net/home/git/goethR/"; ref = "main"; - rev = "01776995974c800f6f340daa08fea06f0ff55b1e"; + rev = "f84139455723907258c98384dca9cc58ddfff0ed"; }; propagatedBuildInputs = []; nativeBuildInputs = [];