This commit is contained in:
Adithya 2024-02-17 16:59:45 +05:30
parent dea649b51d
commit 9f43ff9c63
Signed by: adtya
GPG key ID: 48FC9915FFD326D0
2 changed files with 0 additions and 2 deletions

View file

@ -18,7 +18,6 @@
};
};
portal = {
xdgOpenUsePortal = true;
extraPortals = with pkgs; [ xdg-desktop-portal-gtk xdg-desktop-portal-hyprland ];
config = {
common = {

View file

@ -63,7 +63,6 @@
xdg.portal = {
enable = true;
config.common.default = [ "gtk" ];
xdgOpenUsePortal =true;
};
system.stateVersion = "23.11";