mirror of
https://github.com/nmasur/dotfiles
synced 2025-05-10 01:55:52 +00:00
use regular firefox package on darwin
This commit is contained in:
parent
a1dfc77790
commit
88266c9f8d
@ -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";
|
||||
|
Loading…
x
Reference in New Issue
Block a user