mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-09-18 05:39:58 +00:00
nixos/xdg: Add xdg-utils to portal package list
nixos/xdg: fmt nixos/xdg: Add xdg-utils to portal package list
This commit is contained in:
@@ -113,7 +113,11 @@ in
|
||||
config =
|
||||
let
|
||||
cfg = config.xdg.portal;
|
||||
packages = [ pkgs.xdg-desktop-portal ] ++ cfg.extraPortals;
|
||||
packages = [
|
||||
pkgs.xdg-desktop-portal
|
||||
pkgs.xdg-utils
|
||||
]
|
||||
++ cfg.extraPortals;
|
||||
in
|
||||
mkIf cfg.enable {
|
||||
warnings = lib.optional (cfg.configPackages == [ ] && cfg.config == { }) ''
|
||||
|
||||
Reference in New Issue
Block a user