Remove redundant desktop-portal config

This commit is contained in:
Kiana Sheibani 2024-02-20 01:15:33 -05:00
parent 2b54dabf74
commit 4702a026b7
2 changed files with 0 additions and 8 deletions

View file

@ -5,12 +5,6 @@
MOZ_USE_XINPUT2 = "1"; MOZ_USE_XINPUT2 = "1";
}; };
xdg.portal = {
enable = true;
extraPortals = [ pkgs.xdg-desktop-portal-gtk ];
config.common.default = [ "gtk" ];
};
imports = [ imports = [
./hyprland.nix ./hyprland.nix
./wltools.nix ./wltools.nix

View file

@ -8,8 +8,6 @@ in {
swaybg swaybg
swayidle swayidle
]; ];
xdg.portal.extraPortals = [ pkgs.xdg-desktop-portal-hyprland ];
xdg.portal.config.hyprland.default = [ "hyprland" "gtk" ];
wayland.windowManager.hyprland = { wayland.windowManager.hyprland = {
enable = true; enable = true;