From 1edcbe4f54748c010d57e157159e556197015276 Mon Sep 17 00:00:00 2001 From: Adithya Nair Date: Fri, 7 Apr 2023 13:43:48 +0530 Subject: [PATCH] setup hyprland portal --- flake.nix | 2 +- system/default.nix | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/flake.nix b/flake.nix index 2483e82..99e7eca 100644 --- a/flake.nix +++ b/flake.nix @@ -45,7 +45,7 @@ ./nix.nix { - nixpkgs.overlays = [ (import ./packages) ]; + nixpkgs.overlays = [ (import ./packages) hyprland.overlays.default ]; system.configurationRevision = lib.mkIf (self ? rev) self.rev; } diff --git a/system/default.nix b/system/default.nix index 556b8fc..381bbd8 100644 --- a/system/default.nix +++ b/system/default.nix @@ -93,8 +93,7 @@ xdg = { portal = { enable = true; - wlr.enable = true; - extraPortals = [ pkgs.xdg-desktop-portal-gtk ]; + extraPortals = with pkgs; [ xdg-desktop-portal-gtk xdg-desktop-portal-hyprland ]; }; };