laptop hyprland fixes

This commit is contained in:
Kopatz
2025-03-22 08:58:50 +01:00
parent c81286bcf3
commit 312aaff76c
4 changed files with 20 additions and 16 deletions

View File

@@ -36,10 +36,10 @@ in
# mesonFlags = oldAttrs.mesonFlags ++ [ "-Dexperimental=true" ];
#});
hyprland =
inputs.hyprland.packages.${prev.stdenv.hostPlatform.system}.hyprland;
xdg-desktop-portal-hyprland =
inputs.hyprland.packages.${prev.stdenv.hostPlatform.system}.xdg-desktop-portal-hyprland;
#hyprland =
# inputs.hyprland.packages.${prev.stdenv.hostPlatform.system}.hyprland;
#xdg-desktop-portal-hyprland =
# inputs.hyprland.packages.${prev.stdenv.hostPlatform.system}.xdg-desktop-portal-hyprland;
#delta = prev.delta.overrideAttrs (oldAttrs: rec {
# version = "0.17.0-unstable-2024-08-12";
# src = prev.fetchFromGitHub {