upadte xdg config

This commit is contained in:
2024-04-01 00:12:34 +01:00
parent 895e34f69c
commit 843e16497a
2 changed files with 18 additions and 10 deletions
+9 -1
View File
@@ -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" ];
};
};
};
};