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 = {
programs.qutebrowser = {
programs.qutebrowser = lib.mkIf (browser == "qutebrowser") {
enable = true;
# enableDefaultBindings = false;
keyBindings = {