bind(firefox): switched bind J and K function
This commit is contained in:
+13
-2
@@ -8,12 +8,23 @@
|
||||
inputs.textfox.homeManagerModules.default
|
||||
./textfox.nix
|
||||
];
|
||||
home.packages = with pkgs; [pywalfox-native];
|
||||
home.packages = with pkgs; [
|
||||
pywalfox-native
|
||||
tridactyl-native
|
||||
];
|
||||
|
||||
home.file.".config/tridactyl/tridactylrc".text = ''
|
||||
bind J tabnext
|
||||
bind K tabprev
|
||||
'';
|
||||
|
||||
programs.firefox = {
|
||||
enable = true;
|
||||
languagePacks = ["en-US"];
|
||||
# nativeMessagingHosts = [pkgs.pywalfox-native];
|
||||
nativeMessagingHosts = [
|
||||
pkgs.pywalfox-native
|
||||
pkgs.tridactyl-native
|
||||
];
|
||||
|
||||
profiles = {
|
||||
youtube = import ./profiles/youtube.nix {inherit pkgs myConfig;};
|
||||
|
||||
Reference in New Issue
Block a user