fix: set gtk portal to default
This commit is contained in:
@@ -15,7 +15,6 @@
|
|||||||
vscode-fhs
|
vscode-fhs
|
||||||
pavucontrol
|
pavucontrol
|
||||||
vlc
|
vlc
|
||||||
vinegar
|
|
||||||
wine64
|
wine64
|
||||||
vesktop
|
vesktop
|
||||||
firefox
|
firefox
|
||||||
@@ -53,6 +52,13 @@
|
|||||||
wofi.enable = true;
|
wofi.enable = true;
|
||||||
services.upower.enable = true;
|
services.upower.enable = true;
|
||||||
zed.enable = true;
|
zed.enable = true;
|
||||||
|
xdg.portal = {
|
||||||
|
enable = true;
|
||||||
|
extraPortals = with pkgs; [ xdg-desktop-portal-gtk ];
|
||||||
|
config.common = {
|
||||||
|
default = "gtk";
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|
||||||
home-manager.users.luca = {
|
home-manager.users.luca = {
|
||||||
programs = {
|
programs = {
|
||||||
|
|||||||
Reference in New Issue
Block a user