refactor(xdg.portal): move all xdg.portal options -> system

This commit is contained in:
ooks-io 2024-05-19 17:12:01 +12:00
parent 1d70d4342e
commit 3ab9bec923
4 changed files with 1 additions and 8 deletions

View file

@ -2,7 +2,6 @@
let
inherit (lib) mkIf;
inherit (builtins) elem;
isx86Linux = pkgs: with pkgs.stdenv; hostPlatform.isLinux && hostPlatform.isx86;
host = config.systemModules.host;
in
@ -18,6 +17,7 @@ in
};
xdg.portal = {
enable = true;
xdgOpenUsePortal = true;
extraPortals = [
pkgs.xdg-desktop-portal-gtk
];