niri xdg desktop portal config

This commit is contained in:
William 2025-10-24 17:55:55 -03:00
parent 2d2d27a6fc
commit 98b2d1f44c
2 changed files with 10 additions and 4 deletions

View file

@ -150,6 +150,12 @@
xdg-desktop-portal-gnome
xdg-desktop-portal-gtk
];
config.common.default = "*";
config = {
common.default = "*";
niri.default = [
"gtk"
"gnome"
];
};
};
}

View file

@ -13,10 +13,10 @@ in
{
imports = [ inputs.noctalia.homeModules.default ];
home.packages = with pkgs; [ xwayland-satellite ];
home.sessionVariables = {
QT_QPA_PLATFORMTHEME = "gtk3";
home = {
packages = with pkgs; [ xwayland-satellite ];
sessionVariables.QT_QPA_PLATFORMTHEME = "gtk3";
};
xdg.configFile."niri/config.kdl".text = ''