From 10c6ff1c629f12e640a32e3604eb968f505738a1 Mon Sep 17 00:00:00 2001 From: rogueking Date: Mon, 18 Aug 2025 23:24:06 -0700 Subject: [PATCH] darwin fixes --- hosts/eva-02/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/eva-02/configuration.nix b/hosts/eva-02/configuration.nix index 6c44cdc..3114956 100644 --- a/hosts/eva-02/configuration.nix +++ b/hosts/eva-02/configuration.nix @@ -109,7 +109,7 @@ }; # Install firefox. - programs.firefox.enable = true; + # programs.firefox.enable = true; # Allow unfree packages nixpkgs.config.allowUnfree = true;