From 5beba03bf317cc496c0f590a79930cc6419dc8ad Mon Sep 17 00:00:00 2001 From: Freya Murphy Date: Wed, 26 Nov 2025 16:04:31 -0500 Subject: update commits --- system/desktops/hyprland.nix | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'system/desktops/hyprland.nix') diff --git a/system/desktops/hyprland.nix b/system/desktops/hyprland.nix index eb0778e..42a45be 100644 --- a/system/desktops/hyprland.nix +++ b/system/desktops/hyprland.nix @@ -3,6 +3,7 @@ config, pkgs, lib, + system, ... }: let inherit (lib) mkIf mkDefault; @@ -13,7 +14,7 @@ in { xdg.portal = { extraPortals = [ - inputs.hyprland.packages.${pkgs.system}.xdg-desktop-portal-hyprland + inputs.hyprland.packages.${system}.xdg-desktop-portal-hyprland ]; config.hyprland = { default = ["hyprland" "gtk"]; @@ -24,8 +25,8 @@ in { programs.hyprland = { enable = true; - package = inputs.hyprland.packages.${pkgs.system}.hyprland; - portalPackage = inputs.hyprland.packages.${pkgs.system}.xdg-desktop-portal-hyprland; + package = inputs.hyprland.packages.${system}.hyprland; + portalPackage = inputs.hyprland.packages.${system}.xdg-desktop-portal-hyprland; }; }; } -- cgit v1.2.3-freya