wm/portal: cleanup
This commit is contained in:
parent
9750c64d9c
commit
89ca8e59b3
1 changed files with 12 additions and 9 deletions
|
@ -15,14 +15,19 @@ in {
|
|||
# or with unexpected env vars set from wrappers.
|
||||
# See #160923 for more info.
|
||||
xdgOpenUsePortal = true;
|
||||
extraPortals =
|
||||
[
|
||||
pkgs.xdg-desktop-portal-gtk
|
||||
pkgs.kdePackages.xdg-desktop-portal-kde
|
||||
pkgs.kdePackages.kwallet
|
||||
pkgs.xdg-desktop-portal-gnome
|
||||
];
|
||||
extraPortals = [
|
||||
pkgs.xdg-desktop-portal-gtk
|
||||
pkgs.kdePackages.xdg-desktop-portal-kde
|
||||
pkgs.kdePackages.kwallet
|
||||
pkgs.xdg-desktop-portal-gnome
|
||||
];
|
||||
config = {
|
||||
common = {
|
||||
"org.freedesktop.impl.portal.Secret" = [
|
||||
"kwallet"
|
||||
];
|
||||
"org.freedesktop.secrets" = ["kwalletd6"];
|
||||
};
|
||||
niri = {
|
||||
default = [
|
||||
"gnome"
|
||||
|
@ -37,6 +42,4 @@ in {
|
|||
};
|
||||
};
|
||||
};
|
||||
environment.variables = {
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue