revert xdgOpenWithPortal

This commit is contained in:
Adithya 2023-11-25 17:48:05 +05:30
parent ab886503d2
commit babc962484
Signed by: adtya
GPG key ID: 48FC9915FFD326D0
2 changed files with 1 additions and 5 deletions

View file

@ -26,10 +26,7 @@ in
wayland.windowManager.hyprland = {
enable = true;
systemd = {
enable = true;
variables = [ "DISPLAY" "HYPRLAND_INSTANCE_SIGNATURE" "WAYLAND_DISPLAY" "XDG_CURRENT_DESKTOP" "XDG_DATA_DIRS" ];
};
systemd.enable = true;
settings = {
general = {
border_size = 1;

View file

@ -73,7 +73,6 @@
default = [ "hyprland" "gtk" ];
};
};
xdgOpenUsePortal = true;
};
system.stateVersion = "23.11";