From 9a265bba77860474c25efed9023f022ede4b6790 Mon Sep 17 00:00:00 2001 From: LavaDesu Date: Wed, 2 Feb 2022 19:20:51 +0700 Subject: [PATCH] user/dunst: change from brave to firefox --- modules/user/dunst.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/user/dunst.nix b/modules/user/dunst.nix index d7452d7..08f4d62 100644 --- a/modules/user/dunst.nix +++ b/modules/user/dunst.nix @@ -39,7 +39,7 @@ in { max_icon_size = 32; sticky_history = true; history_length = 100; - browser = "${pkgs.brave}/bin/brave -new-tab"; + browser = "${pkgs.firefox}/bin/firefox -new-tab"; always_run_script = true; title = "Dunst"; class = "Dunst";