fix: set gtk portal to default

This commit is contained in:
2025-07-21 12:24:35 -07:00
parent 239e65dab4
commit 92b855d85c

View File

@@ -15,7 +15,6 @@
vscode-fhs
pavucontrol
vlc
vinegar
wine64
vesktop
firefox
@@ -53,6 +52,13 @@
wofi.enable = true;
services.upower.enable = true;
zed.enable = true;
xdg.portal = {
enable = true;
extraPortals = with pkgs; [ xdg-desktop-portal-gtk ];
config.common = {
default = "gtk";
};
};
home-manager.users.luca = {
programs = {