fix: mime type
This commit is contained in:
parent
7bdc1c4048
commit
8c739b17f1
3 changed files with 7 additions and 2 deletions
|
|
@ -1,4 +1,5 @@
|
|||
{
|
||||
pkgs,
|
||||
...
|
||||
}:
|
||||
let
|
||||
|
|
@ -25,7 +26,7 @@ in
|
|||
programs = {
|
||||
firefox = {
|
||||
enable = true;
|
||||
# package = inputs.firefox.packages.${system}.firefox-nightly-bin;
|
||||
package = pkgs.firefox;
|
||||
languagePacks = [
|
||||
"en-US"
|
||||
"zh-TW"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue