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;