niri: add kde portal

This commit is contained in:
wo2wz 2025-11-30 16:36:50 -05:00
parent a4d9a59b1b
commit ef89338871

View file

@ -12,14 +12,21 @@
environment.systemPackages = [
pkgs.xwayland-satellite # necessary for xwayland on niri
pkgs.bibata-cursors
];
xdg.portal.config.niri = {
default = "gtk";
xdg.portal = {
extraPortals = [ pkgs.kdePackages.xdg-desktop-portal-kde ];
config.niri = {
default = [
"kde"
"gtk"
];
"org.freedesktop.impl.portal.ScreenCast" = "gnome";
"org.freedesktop.impl.portal.Secret" = "gnome-keyring";
};
};
services.gnome.gnome-keyring.enable = lib.mkForce false;