0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-13 13:40:28 +03:00

xdg-user-dirs-gtk: init at 0.11

https://gitlab.gnome.org/GNOME/nautilus/-/merge_requests/1625#note_2234235
This commit is contained in:
Bobby Rong 2024-09-30 00:27:00 +08:00
parent 283ba1fdcf
commit 09918511b8
No known key found for this signature in database
2 changed files with 66 additions and 0 deletions

View file

@ -383,6 +383,7 @@ in
pkgs.gnome-menus
pkgs.gtk3.out # for gtk-launch program
pkgs.xdg-user-dirs # Update user dirs as described in https://freedesktop.org/wiki/Software/xdg-user-dirs/
pkgs.xdg-user-dirs-gtk # Used to create the default bookmarks
];
in
mandatoryPackages