upadte xdg config
This commit is contained in:
@@ -192,7 +192,15 @@ nixpkgs.overlays = [
|
||||
enable = true;
|
||||
wlr.enable = true;
|
||||
# gtkUsePortal = true;
|
||||
extraPortals = with pkgs;[ xdg-desktop-portal-gtk xdg-desktop-portal-wlr ];
|
||||
extraPortals = with pkgs;[
|
||||
xdg-desktop-portal-gtk
|
||||
xdg-desktop-portal-wlr
|
||||
];
|
||||
config = {
|
||||
common = {
|
||||
default = [ "gtk" ];
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user