aboutsummaryrefslogtreecommitdiffstats
path: root/modules/by-name/qu/qutebrowser/module.nix (unfollow)
Commit message (Collapse)Author
2026-05-12modules/qutebrowser: Avoid pointless `pkgs.hello` dependencyBenedikt Peetz
2026-05-12treewide: Remove all references to `self.inputs`Benedikt Peetz
That doesn't work anymore with the npins sources.
2025-06-16modules/qutebrowser: Correctly quote the statusbar.widgets settingsBenedikt Peetz
2025-06-11modules/qutebrowser: Use the shell wrapperBenedikt Peetz
This makes debugging easier, and using the binary wrapper is rather pointless, as a python application already has a very bad startup time.
2025-06-11modules/qutebrowser: Show the current session in the statusbarBenedikt Peetz
2025-06-11modules/qutebrowser: Use correct path to binary in wrapperBenedikt Peetz
2025-06-06{modules,pkgs}/qutebrowser: Enable qutebrowser supportBenedikt Peetz