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