Skip to content
This repository has been archived by the owner on Feb 21, 2024. It is now read-only.

Commit

Permalink
Set portals config
Browse files Browse the repository at this point in the history
  • Loading branch information
Rosuavio committed Nov 30, 2023
1 parent c23fc45 commit 1d24a79
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions module/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -187,6 +187,11 @@ in
enable = true;
# gtkUsePortal = true;
wlr.enable = true;
# TODO maybe we can rid of system wide portal configs
# Users can set configs in `~/.conifg/xdg-desktop-portal/portals.conf`
# And `~/.conifg/xdg-desktop-portal/DEKSTOP.conf`
# https://github.com/flatpak/xdg-desktop-portal/blob/1.18.2/doc/portals.conf.rst.in
config.common.default = [ "wlr" "gtk" ];
};

services = {
Expand Down

0 comments on commit 1d24a79

Please sign in to comment.