Add qutebrowser
This commit is contained in:
parent
acf6b62a63
commit
070afb826e
@ -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
|
||||||
};
|
};
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user