Removed unused firefox duplicate

This commit is contained in:
James Patrick 2021-12-02 00:16:00 -05:00
parent f5282d3368
commit 89797c06b0
1 changed files with 0 additions and 10 deletions

View File

@ -1,10 +0,0 @@
# Home Manager programs.firefox style
programs.firefox = {
enable = true;
package = pkgs.wrapFirefox pkgs.firefox-unwrapped {
forceWayland = true;
extraPolicies = {
ExtensionSettings = {};
};
};
};