mirror of
https://git.sr.ht/~magic_rb/dotfiles
synced 2024-11-22 08:04:20 +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, ... }:
|
{ pkgs, lib, ... }:
|
||||||
let
|
let
|
||||||
inherit (lib)
|
inherit (lib)
|
||||||
getExe;
|
getExe
|
||||||
|
singleton;
|
||||||
in
|
in
|
||||||
{
|
{
|
||||||
|
xdg.portal = {
|
||||||
|
enable = true;
|
||||||
|
xdgOpenUsePortal = true;
|
||||||
|
extraPortals = singleton pkgs.xdg-desktop-portal-gtk;
|
||||||
|
};
|
||||||
|
|
||||||
services.xserver = {
|
services.xserver = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue