refactor(xdg.portal): move all xdg.portal options -> system
This commit is contained in:
parent
1d70d4342e
commit
3ab9bec923
4 changed files with 1 additions and 8 deletions
|
|
@ -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
|
||||
];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue