From 67524c0cb749e0e976652deb7e2209bc8f41830b Mon Sep 17 00:00:00 2001 From: Sakooooo <78461130+Sakooooo@users.noreply.github.com> Date: Mon, 31 Jul 2023 17:28:50 +0300 Subject: [PATCH] wewew --- hosts/sakotop/configuration.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hosts/sakotop/configuration.nix b/hosts/sakotop/configuration.nix index d18a6e5a..916af9dd 100644 --- a/hosts/sakotop/configuration.nix +++ b/hosts/sakotop/configuration.nix @@ -21,8 +21,8 @@ }; dunst.enable = true; browsers = { - qutebrowser.enable = false; - firefox.enable = true; + qutebrowser.enable = true; + firefox.enable = false; }; apps = { nemo.enable = true;