From 7d8d428629b3290e14e668ba7a3909cd5581fb11 Mon Sep 17 00:00:00 2001 From: Natsu Kagami Date: Fri, 14 Mar 2025 13:18:54 +0100 Subject: [PATCH] Make niri use kde portal --- modules/common/linux/default.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/modules/common/linux/default.nix b/modules/common/linux/default.nix index 2c2186b..4590381 100644 --- a/modules/common/linux/default.nix +++ b/modules/common/linux/default.nix @@ -357,9 +357,9 @@ in config.sway.default = [ "wlr" "kde" "kwallet" ]; config.niri = { - default = [ "gnome" "gtk" ]; - "org.freedesktop.impl.portal.Access" = "gtk"; - "org.freedesktop.impl.portal.Notification" = "gtk"; + default = [ "kde" "gnome" "gtk" ]; + # "org.freedesktop.impl.portal.Access" = "gtk"; + # "org.freedesktop.impl.portal.Notification" = "gtk"; "org.freedesktop.impl.portal.Secret" = "kwallet"; "org.freedesktop.impl.portal.FileChooser" = "kde"; };