Switch to unstable hyprland

This commit is contained in:
Torjus Håkestad 2024-03-05 22:14:24 +01:00
parent f54d519ab1
commit e2f45ccc42
2 changed files with 3 additions and 2 deletions

View File

@ -20,6 +20,7 @@
wayland.windowManager.hyprland = {
enable = true;
package = pkgs.unstable.hyprland;
settings = {
"$mainMod" = "SUPER";
"$shiftMainMod" = "SUPER_SHIFT";

View File

@ -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
]);
};