From 0925a2611e345aae7c04a5b1a999e771416535dd Mon Sep 17 00:00:00 2001 From: ooks-io Date: Sat, 2 Mar 2024 21:47:52 +1300 Subject: [PATCH] refactor(browser): disable schizofox -> enable firefox (schizofox config stills needs some work) --- home/profile/hyprland/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home/profile/hyprland/default.nix b/home/profile/hyprland/default.nix index b5da432..2b45a82 100644 --- a/home/profile/hyprland/default.nix +++ b/home/profile/hyprland/default.nix @@ -20,7 +20,7 @@ in communication = { discord.enable = true; }; - browser.schizofox = { + browser.firefox= { enable = true; default = true; };