summary refs log tree commit diff
path: root/hosts/laptop
diff options
context:
space:
mode:
Diffstat (limited to 'hosts/laptop')
-rw-r--r--hosts/laptop/cfg.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/hosts/laptop/cfg.nix b/hosts/laptop/cfg.nix
index 10d1696..35dbde7 100644
--- a/hosts/laptop/cfg.nix
+++ b/hosts/laptop/cfg.nix
@@ -112,7 +112,7 @@
     home-manager.users.tzlil = {
       home.packages = [pkgs.schildichat-desktop-wayland pkgs.keepassxc];
       programs.qutebrowser = {
-        enable = true;
+	 enable = true;
         settings.colors.webpage.darkmode.enabled = true;
       };
     };