mirror of
https://github.com/nmasur/dotfiles
synced 2025-07-06 05:00:13 +00:00
use regular firefox package on darwin
This commit is contained in:
@ -23,7 +23,7 @@ in
|
||||
|
||||
programs.firefox = {
|
||||
enable = true;
|
||||
package = if pkgs.stdenv.isDarwin then pkgs.firefox-unwrapped else pkgs.firefox;
|
||||
package = pkgs.firefox;
|
||||
profiles.default = {
|
||||
id = 0;
|
||||
name = "default";
|
||||
|
Reference in New Issue
Block a user