From 55c618403dd736fd17e698d92164101211c2d725 Mon Sep 17 00:00:00 2001 From: Chris Kruining Date: Mon, 14 Apr 2025 00:16:00 +0200 Subject: [PATCH] disable firefox for manwe --- hosts/manwe/users/chris/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/manwe/users/chris/default.nix b/hosts/manwe/users/chris/default.nix index 6c85330..3ec3bd5 100644 --- a/hosts/manwe/users/chris/default.nix +++ b/hosts/manwe/users/chris/default.nix @@ -49,7 +49,7 @@ browsers = { default = "chromium"; - firefox.enable = true; + # firefox.enable = true; chrome.enable = true; };