From e2f45ccc42fae734f41044741df9fc9f67a87e1a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Torjus=20H=C3=A5kestad?= Date: Tue, 5 Mar 2024 22:14:24 +0100 Subject: [PATCH] Switch to unstable hyprland --- home/hyprland/hyprland.nix | 1 + hosts/gunter/configuration.nix | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/home/hyprland/hyprland.nix b/home/hyprland/hyprland.nix index 7bed2ae..e715842 100644 --- a/home/hyprland/hyprland.nix +++ b/home/hyprland/hyprland.nix @@ -20,6 +20,7 @@ wayland.windowManager.hyprland = { enable = true; + package = pkgs.unstable.hyprland; settings = { "$mainMod" = "SUPER"; "$shiftMainMod" = "SUPER_SHIFT"; diff --git a/hosts/gunter/configuration.nix b/hosts/gunter/configuration.nix index d5eecc9..f61c8ec 100644 --- a/hosts/gunter/configuration.nix +++ b/hosts/gunter/configuration.nix @@ -69,7 +69,7 @@ programs.hyprland = { enable = true; xwayland.enable = true; - portalPackage = pkgs.xdg-desktop-portal-hyprland; + portalPackage = pkgs.unstable.xdg-desktop-portal-hyprland; }; # Setup common XDG env vars @@ -87,7 +87,7 @@ enable = true; xdgOpenUsePortal = true; extraPortals = (with pkgs; [ - xdg-desktop-portal-hyprland + # unstable.xdg-desktop-portal-hyprland xdg-desktop-portal-gtk ]); };