home/programs/niri: replace desktop-portal-gtk with gnome

This commit is contained in:
Anthony Rodriguez 2024-10-10 00:32:40 +02:00
parent fe40c6c72c
commit 8b7164739d
Signed by: nezia
GPG key ID: EE3BE97C040A86CE

View file

@ -3,6 +3,7 @@
lib,
pkgs,
osConfig,
config,
...
}: let
colors = inputs.basix.schemeData.base16.${osConfig.style.scheme}.palette;
@ -11,8 +12,8 @@ in {
xdg.portal = {
enable = true;
extraPortals = [pkgs.xdg-desktop-portal-gtk];
config.common.default = "*";
extraPortals = [pkgs.xdg-desktop-portal pkgs.xdg-desktop-portal-gnome];
configPackages = [config.programs.niri.package];
};
programs.niri = {
settings = {