aboutsummaryrefslogtreecommitdiffstats
path: root/modules/common
diff options
context:
space:
mode:
Diffstat (limited to 'modules/common')
-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;