niri xdg desktop portal config
This commit is contained in:
parent
2d2d27a6fc
commit
98b2d1f44c
2 changed files with 10 additions and 4 deletions
|
|
@ -150,6 +150,12 @@
|
|||
xdg-desktop-portal-gnome
|
||||
xdg-desktop-portal-gtk
|
||||
];
|
||||
config.common.default = "*";
|
||||
config = {
|
||||
common.default = "*";
|
||||
niri.default = [
|
||||
"gtk"
|
||||
"gnome"
|
||||
];
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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 = ''
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue