about summary refs log tree commit diff stats
path: root/modules/common/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'modules/common/default.nix')
-rw-r--r--modules/common/default.nix4
1 files changed, 4 insertions, 0 deletions
diff --git a/modules/common/default.nix b/modules/common/default.nix
index 4ac4f6c7..d5dfb7a3 100644
--- a/modules/common/default.nix
+++ b/modules/common/default.nix
@@ -179,6 +179,10 @@
       i3bar-river.enable = true;
       i3status-rust.enable = true;
 
+      qutebrowser = {
+        enable = true;
+      };
+
       nvim = {
         enable = true;
         shell = pkgs.zsh;