diff --git a/hosts/framework/configuration.nix b/hosts/framework/configuration.nix index 6b4e98a..c8cc238 100644 --- a/hosts/framework/configuration.nix +++ b/hosts/framework/configuration.nix @@ -98,9 +98,6 @@ }; }; - # Install firefox. - programs.firefox.enable = true; - # Allow unfree packages nixpkgs.config.allowUnfree = true;