From edd58a9a3073aaf1632f4f7df51f0cce8706a750 Mon Sep 17 00:00:00 2001 From: NullBite Date: Mon, 19 Feb 2024 19:50:20 +0100 Subject: [PATCH] oopsie whoopsie :3c i forgor what a package is --- home/sessions/hyprland/default.nix | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/home/sessions/hyprland/default.nix b/home/sessions/hyprland/default.nix index c82b045..d1c3cf5 100644 --- a/home/sessions/hyprland/default.nix +++ b/home/sessions/hyprland/default.nix @@ -12,7 +12,8 @@ let polkit-agent = "${pkgs.polkit-kde-agent}/libexec/polkit-kde-authentication-agent-1"; grimblast = "${inputs.hyprwm-contrib.packages.${pkgs.system}.grimblast}/bin/grimblast"; - hypr-dispatcher = "${pkgs.callPackage ./dispatcher { hyprland = hyprland-pkg; }}/bin/hypr-dispatcher"; + hypr-dispatcher-package = pkgs.callPackage ./dispatcher { hyprland = hyprland-pkg; }; + hypr-dispatcher = "${hypr-dispatcher-package}/bin/hypr-dispatcher"; # https://github.com/flatpak/xdg-desktop-portal-gtk/issues/440#issuecomment-1900520919 xdpg-workaround = pkgs.writeShellScript "xdg-desktop-portal-gtk-workaround" @@ -60,7 +61,7 @@ in wev dunst pkgs.brightnessctl - hypr-dispatcher + hypr-dispatcher-package ]; wayland.windowManager.hyprland = {