From c85237f4b25b38cbd9a368983c1e6ae406610aaa Mon Sep 17 00:00:00 2001 From: cswimr Date: Mon, 23 Dec 2024 11:23:43 -0500 Subject: [PATCH] cleanup --- nixos/configuration.nix | 4 ---- 1 file changed, 4 deletions(-) diff --git a/nixos/configuration.nix b/nixos/configuration.nix index 5f14e12..ed77261 100755 --- a/nixos/configuration.nix +++ b/nixos/configuration.nix @@ -120,10 +120,6 @@ # packages = with pkgs; []; use home-manager instead! }; - # Install firefox. - # We disable this because we're using zen-browser in the flake.nix - programs.firefox.enable = false; - # Some programs need SUID wrappers, can be configured further or are # started in user sessions. # programs.mtr.enable = true;