Add qutebrowser

This commit is contained in:
Jacob Hinkle 2022-09-06 13:24:09 -04:00
parent acf6b62a63
commit 070afb826e

View File

@ -129,6 +129,15 @@
vim-nix
];
};
qutebrowser = {
enable = true;
keyBindings = {
normal = {
"<Shift-J>" = "tab-prev";
"<Shift-K>" = "tab-next";
};
};
};
rbw = {
enable = true;
settings.email = "jacob.hinkle@gmail.com";
@ -165,7 +174,10 @@
oh-my-zsh = {
enable = true;
plugins = [
"git" "sudo" "vi-mode"
"direnv"
"git"
"sudo"
"vi-mode"
];
theme = "michelebologna"; # nice clean theme that shows jobs
};