working setup

This commit is contained in:
Till 2025-07-17 15:02:31 +02:00
parent d356eb604b
commit 08a543c953
3 changed files with 4 additions and 5 deletions

View file

@ -54,8 +54,7 @@ folder-hook . source ~/.config/neomutt/bindings.neomuttrc
# source ~/.config/neomutt/pgp.neomuttrc # source ~/.config/neomutt/pgp.neomuttrc
# Compose # Compose
# set editor = "nvim -c 'call woof#init#Init()'" set editor = "nvim -c 'call woof#init#Init()'"
set editor = "nvim"
set edit_headers set edit_headers
set forward_format = "Fwd: %s" set forward_format = "Fwd: %s"
set forward_attachments set forward_attachments

View file

@ -18,7 +18,7 @@
src = builtins.fetchGit { src = builtins.fetchGit {
url = "ssh://git@shorbut.ktiu.net/home/git/woof.vim/"; url = "ssh://git@shorbut.ktiu.net/home/git/woof.vim/";
ref = "main"; ref = "main";
rev = "9dfef63b9c0872fe14315421a1763d82818f59e8"; rev = "69ecc972c3933cd9f358b2928693c6275cfcf8a5";
}; };
}; };
in in

View file

@ -27,9 +27,9 @@
goethR = pkgs.rPackages.buildRPackage { goethR = pkgs.rPackages.buildRPackage {
name = "goethR"; name = "goethR";
src = builtins.fetchGit { src = builtins.fetchGit {
url = "ssh://git@ktiu.net/home/git/goethR/"; url = "ssh://git@arielle.ktiu.net/home/git/goethR/";
ref = "main"; ref = "main";
rev = "01776995974c800f6f340daa08fea06f0ff55b1e"; rev = "f84139455723907258c98384dca9cc58ddfff0ed";
}; };
propagatedBuildInputs = []; propagatedBuildInputs = [];
nativeBuildInputs = []; nativeBuildInputs = [];