about summary refs log tree commit diff
path: root/nixos/doc
diff options
context:
space:
mode:
authorBobby Rong <rjl931189261@126.com>2024-03-22 13:20:40 +0800
committerGitHub <noreply@github.com>2024-03-22 13:20:40 +0800
commit5cf5dd0fb06273067cd2365b70129b578e716395 (patch)
treeef0e8c60c3c5cd5b01a506c795601c4e5c43c996 /nixos/doc
parentbbd2373c4adb8a52522757bca3f9d68febeaab20 (diff)
parentb79ac84d845934ebb9b39dd93bdc4819797ecd6b (diff)
downloadnixlib-5cf5dd0fb06273067cd2365b70129b578e716395.tar
nixlib-5cf5dd0fb06273067cd2365b70129b578e716395.tar.gz
nixlib-5cf5dd0fb06273067cd2365b70129b578e716395.tar.bz2
nixlib-5cf5dd0fb06273067cd2365b70129b578e716395.tar.lz
nixlib-5cf5dd0fb06273067cd2365b70129b578e716395.tar.xz
nixlib-5cf5dd0fb06273067cd2365b70129b578e716395.tar.zst
nixlib-5cf5dd0fb06273067cd2365b70129b578e716395.zip
Merge pull request #297727 from bobby285271/upd/budgie-nemo-terminal
nixos/budgie: Use gnome-terminal by default
Diffstat (limited to 'nixos/doc')
-rw-r--r--nixos/doc/manual/release-notes/rl-2405.section.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/nixos/doc/manual/release-notes/rl-2405.section.md b/nixos/doc/manual/release-notes/rl-2405.section.md
index 2d517cdec66c..6ed47c4ba969 100644
--- a/nixos/doc/manual/release-notes/rl-2405.section.md
+++ b/nixos/doc/manual/release-notes/rl-2405.section.md
@@ -337,6 +337,8 @@ The pre-existing [services.ankisyncd](#opt-services.ankisyncd.enable) has been m
   - Similarly, please use `services.xserver.desktopManager.mate.extraCajaExtensions` option for installing Caja extensions.
   - To use the Wayland session, enable `services.xserver.desktopManager.mate.enableWaylandSession`. This is opt-in for now as it is in early stage and introduces a new set of Wayfire closure. Due to [known issues with LightDM](https://github.com/canonical/lightdm/issues/63), we suggest using SDDM for display manager.
 
+- The Budgie module installs gnome-terminal by default (instead of mate-terminal).
+
 - New `boot.loader.systemd-boot.xbootldrMountPoint` allows setting up a separate [XBOOTLDR partition](https://uapi-group.org/specifications/specs/boot_loader_specification/) to store boot files. Useful on systems with a small EFI System partition that cannot be easily repartitioned.
 
 - `boot.loader.systemd-boot` will now verify that `efiSysMountPoint` (and `xbootldrMountPoint` if configured) are mounted partitions.