oopsie whoopsie :3c i forgor what a package is

This commit is contained in:
NullBite 2024-02-19 19:50:20 +01:00
parent 3acfc2e9d9
commit edd58a9a30
Signed by: nullbite
GPG Key ID: 6C4D545385D4925A

View File

@ -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 = {