qutebrowser: don't install if not the default browser

This commit is contained in:
Leonardo Eugênio 2024-05-25 19:44:10 -03:00
parent 48c074f1f4
commit a30f87ec71

View file

@ -10,7 +10,7 @@ in
]; ];
config = { config = {
programs.qutebrowser = { programs.qutebrowser = lib.mkIf (browser == "qutebrowser") {
enable = true; enable = true;
# enableDefaultBindings = false; # enableDefaultBindings = false;
keyBindings = { keyBindings = {