xdg desktop portal

This commit is contained in:
janis 2025-09-05 15:02:28 +02:00
parent 6dd00b7e13
commit d5179c68dd
Signed by: janis
SSH key fingerprint: SHA256:bB1qbbqmDXZNT0KKD5c2Dfjg53JGhj7B3CFcLIzSqq8

View file

@ -31,7 +31,16 @@ in {
enableZshIntegration = true;
};
xdg.systemDirs.data = ["${pkgs.nordvpn}/share"];
xdg = {
systemDirs.data = ["${pkgs.nordvpn}/share"];
portal = {
enable = true;
extraPortals = with pkgs; [
xdg-desktop-portal-wlr
xdg-desktop-portal-gtk
];
};
};
gtk = {
enable = true;
@ -110,6 +119,7 @@ in {
ripgrep
killall
x11_ssh_askpass
xdg-utils
vanilla-dmz
(discord.override {withVencord = true;})
bitwarden-desktop