From 6dd37145ed2aa55fb8607e39b987a0ff52294cc8 Mon Sep 17 00:00:00 2001 From: "Gustavo \"Guz\" L. de Mello" Date: Sat, 13 Jan 2024 22:15:25 -0300 Subject: [PATCH] feat: add kde desktop portal --- hosts/desktop/shared-configuration.nix | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/hosts/desktop/shared-configuration.nix b/hosts/desktop/shared-configuration.nix index 066c5e7..ec9aa84 100644 --- a/hosts/desktop/shared-configuration.nix +++ b/hosts/desktop/shared-configuration.nix @@ -27,7 +27,10 @@ }; xdg.portal.enable = true; - xdg.portal.extraPortals = [ pkgs.xdg-desktop-portal-hyprland ]; + xdg.portal.extraPortals = with pkgs; [ + xdg-desktop-portal-hyprland + xdg-desktop-portal-kde + ]; environment.sessionVariables = { WLR_NO_HARDWARE_CURSORS = "1"; @@ -35,6 +38,8 @@ }; environment.systemPackages = with pkgs; [ + electron_28 + wlroots kitty rofi-wayland dunst