setup hyprland portal
This commit is contained in:
parent
ccc5d64443
commit
1edcbe4f54
2 changed files with 2 additions and 3 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
|
@ -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 ];
|
||||
};
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue