browsers: remove firefox

This commit is contained in:
Anthony Rodriguez 2024-09-19 13:27:47 +02:00
parent ae71c950ed
commit 9d59a3d7c3
Signed by: nezia
GPG key ID: EE3BE97C040A86CE

View file

@ -1,7 +1,6 @@
{ inputs, system, ... }:
{
programs.firefox.enable = true;
programs.chromium.enable = true;
home.packages = [ inputs.zen-browser.packages."${system}".specific ];
}