setup hyprland portal

This commit is contained in:
Adithya 2023-04-07 13:43:48 +05:30
parent ccc5d64443
commit 1edcbe4f54
Signed by: adtya
GPG key ID: 48FC9915FFD326D0
2 changed files with 2 additions and 3 deletions

View file

@ -45,7 +45,7 @@
./nix.nix ./nix.nix
{ {
nixpkgs.overlays = [ (import ./packages) ]; nixpkgs.overlays = [ (import ./packages) hyprland.overlays.default ];
system.configurationRevision = lib.mkIf (self ? rev) self.rev; system.configurationRevision = lib.mkIf (self ? rev) self.rev;
} }

View file

@ -93,8 +93,7 @@
xdg = { xdg = {
portal = { portal = {
enable = true; enable = true;
wlr.enable = true; extraPortals = with pkgs; [ xdg-desktop-portal-gtk xdg-desktop-portal-hyprland ];
extraPortals = [ pkgs.xdg-desktop-portal-gtk ];
}; };
}; };