From 49de83622ef007aa1ee1d4a2860c6fefd1ae2533 Mon Sep 17 00:00:00 2001 From: RGBCube Date: Fri, 24 Nov 2023 16:13:45 +0300 Subject: [PATCH] Delete xdg portal --- machines/enka/hyprland/default.nix | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/machines/enka/hyprland/default.nix b/machines/enka/hyprland/default.nix index b52de95..71f7b00 100644 --- a/machines/enka/hyprland/default.nix +++ b/machines/enka/hyprland/default.nix @@ -1,13 +1,7 @@ -{ pkgs, upkgs, ulib, theme, systemConfiguration, homeConfiguration, homePackages, enabled, ... }: ulib.recursiveUpdate3 +{ pkgs, upkgs, ulib, systemConfiguration, homeConfiguration, homePackages, enabled, ... }: ulib.recursiveUpdate3 (systemConfiguration { hardware.opengl = enabled {}; - - xdg.portal = enabled { - extraPortals = with pkgs; [ - xdg-desktop-portal-hyprland - ]; - }; }) (homeConfiguration "nixos" {