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