Fix typo in module.nix

This commit is contained in:
Mars 2022-09-06 23:56:32 +00:00 committed by Mihai Fufezan
parent 1d631c8a23
commit cf5426f2d8
1 changed files with 1 additions and 1 deletions

View File

@ -57,7 +57,7 @@ in {
services.xserver.displayManager.sessionPackages = lib.optional (cfg.package != null) cfg.package;
xdg.portal = {
enable = mkDefault true;
portal.extraPortals = [pkgs.xdg-desktop-portal-wlr];
extraPortals = [pkgs.xdg-desktop-portal-wlr];
};
};
}