mirror of
https://git.sr.ht/~magic_rb/dotfiles
synced 2024-11-21 23:54:22 +01:00
Enable xdg-desktop-portal
, required by newer versions of Steam
Signed-off-by: Magic_RB <magic_rb@redalder.org>
This commit is contained in:
parent
8fb752ae01
commit
090684d8f5
|
@ -1,9 +1,16 @@
|
|||
{ pkgs, lib, ... }:
|
||||
let
|
||||
inherit (lib)
|
||||
getExe;
|
||||
getExe
|
||||
singleton;
|
||||
in
|
||||
{
|
||||
xdg.portal = {
|
||||
enable = true;
|
||||
xdgOpenUsePortal = true;
|
||||
extraPortals = singleton pkgs.xdg-desktop-portal-gtk;
|
||||
};
|
||||
|
||||
services.xserver = {
|
||||
enable = true;
|
||||
|
||||
|
|
Loading…
Reference in a new issue