wayland: add hyprland portal from flake
This commit is contained in:
parent
3d9cdc2fcd
commit
610b595a45
1 changed files with 6 additions and 2 deletions
|
@ -1,4 +1,8 @@
|
|||
{pkgs, ...}: let
|
||||
{
|
||||
pkgs,
|
||||
inputs,
|
||||
...
|
||||
}: let
|
||||
dbus-hyprland-environment = pkgs.writeTextFile {
|
||||
name = "dbus-hyprland-environment";
|
||||
destination = "/bin/dbus-hyprland-environment";
|
||||
|
@ -34,8 +38,8 @@ in {
|
|||
xdg.portal = {
|
||||
enable = true;
|
||||
extraPortals = with pkgs; [
|
||||
xdg-desktop-portal-hyprland
|
||||
xdg-desktop-portal-gtk
|
||||
inputs.hyprland.packages.${system}.xdg-desktop-portal-hyprland
|
||||
];
|
||||
config = {
|
||||
common.default = "*";
|
||||
|
|
Loading…
Reference in a new issue