From 2e945cce0ce765bd41c31f0e25ab443db04f89c1 Mon Sep 17 00:00:00 2001 From: spl3g Date: Sun, 13 Apr 2025 00:06:20 +0300 Subject: fix: change hyprland package --- home-manager/homeModules/hyprland.nix | 17 ++++------------- 1 file changed, 4 insertions(+), 13 deletions(-) (limited to 'home-manager') diff --git a/home-manager/homeModules/hyprland.nix b/home-manager/homeModules/hyprland.nix index 2b3c480..01d0d58 100644 --- a/home-manager/homeModules/hyprland.nix +++ b/home-manager/homeModules/hyprland.nix @@ -15,31 +15,22 @@ waybar.enable = true; rofi.enable = true; mako.enable = true; - + home.packages = with pkgs; [ swww brightnessctl grimblast cliphist polkit_gnome - xwaylandvideobridge + kdePackages.xwaylandvideobridge wl-clipboard libnotify ]; - xdg.portal = { - enable = true; - extraPortals = with pkgs; [ - xdg-desktop-portal-hyprland - ]; - configPackages = with pkgs; [ - xdg-desktop-portal-hyprland - ]; - }; - + home.sessionVariables.XDG_CURRENT_DESKTOP = "Hyprland"; + wayland.windowManager.hyprland = { enable = true; - package = pkgs.unstable.hyprland; settings = { "$scripts" = "${./attachments/hypr-scripts}"; "$mainMod" = "SUPER"; -- cgit v1.2.3