nix-config/modules/browsers/qutebrowser/enable.nix

4 lines
72 B
Nix
Raw Normal View History

2025-07-27 23:31:58 +01:00
{
flake.modules.homeManager.gui.programs.qutebrowser.enable = true;
}