mirror of
https://github.com/oddlama/nix-config.git
synced 2025-10-11 07:10:39 +02:00
feat: add mime defaults to firefox
This commit is contained in:
parent
e8a12ff409
commit
792c23802c
1 changed files with 11 additions and 0 deletions
|
@ -8,4 +8,15 @@
|
||||||
# To allow vaapi access for hardware acceleration
|
# To allow vaapi access for hardware acceleration
|
||||||
MOZ_DISABLE_RDD_SANDBOX = 1;
|
MOZ_DISABLE_RDD_SANDBOX = 1;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
home.persistence."/state".directories = [
|
||||||
|
"Downloads"
|
||||||
|
];
|
||||||
|
|
||||||
|
xdg.mimeApps.defaultApplications = {
|
||||||
|
"text/html" = ["firefox.desktop"];
|
||||||
|
"text/xml" = ["firefox.desktop"];
|
||||||
|
"x-scheme-handler/http" = ["firefox.desktop"];
|
||||||
|
"x-scheme-handler/https" = ["firefox.desktop"];
|
||||||
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue