summary refs log tree commit diff
path: root/nixos/doc/manual/release-notes/rl-2111.section.md
diff options
context:
space:
mode:
authorfigsoda <figsoda@pm.me>2021-09-12 21:02:40 -0400
committerfigsoda <figsoda@pm.me>2021-09-12 21:02:40 -0400
commitec2690c67f4f7d591d8ec037c4defb876eb9bf84 (patch)
treef0dd96125d3e36823ff09a29c3bb880c7e8504d6 /nixos/doc/manual/release-notes/rl-2111.section.md
parent2424ff5e4c2908d01d34292ed446e673f5a5f638 (diff)
downloadnixpkgs-ec2690c67f4f7d591d8ec037c4defb876eb9bf84.tar
nixpkgs-ec2690c67f4f7d591d8ec037c4defb876eb9bf84.tar.gz
nixpkgs-ec2690c67f4f7d591d8ec037c4defb876eb9bf84.tar.bz2
nixpkgs-ec2690c67f4f7d591d8ec037c4defb876eb9bf84.tar.lz
nixpkgs-ec2690c67f4f7d591d8ec037c4defb876eb9bf84.tar.xz
nixpkgs-ec2690c67f4f7d591d8ec037c4defb876eb9bf84.tar.zst
nixpkgs-ec2690c67f4f7d591d8ec037c4defb876eb9bf84.zip
nixos/xdg/mime: add config for associations
between mimetypes and applications
Diffstat (limited to 'nixos/doc/manual/release-notes/rl-2111.section.md')
-rw-r--r--nixos/doc/manual/release-notes/rl-2111.section.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/nixos/doc/manual/release-notes/rl-2111.section.md b/nixos/doc/manual/release-notes/rl-2111.section.md
index 440d063abf2..25153716610 100644
--- a/nixos/doc/manual/release-notes/rl-2111.section.md
+++ b/nixos/doc/manual/release-notes/rl-2111.section.md
@@ -336,3 +336,5 @@ To be able to access the web UI this port needs to be opened in the firewall.
 
 - `lua` and `luajit` interpreters have been patched to avoid looking into /usr/lib
   directories, thus increasing the purity of the build.
+
+- Three new options, [xdg.mime.addedAssociations](#opt-xdg.mime.addedAssociations), [xdg.mime.defaultApplications](#opt-xdg.mime.defaultApplications), and [xdg.mime.removedAssociations](#opt-xdg.mime.removedAssociations) have been added to the [xdg.mime](#opt-xdg.mime.enable) module to allow the configuration of `/etc/xdg/mimeapps.list`.