From 1545541b4870c28695cd746943abbd33e44d97ac Mon Sep 17 00:00:00 2001 From: matt1432 Date: Tue, 24 Oct 2023 19:00:58 -0400 Subject: [PATCH] feat(ags): use extraPackages from hm module --- hosts/wim/home/hyprland.nix | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/hosts/wim/home/hyprland.nix b/hosts/wim/home/hyprland.nix index f919c425..dcd5b038 100644 --- a/hosts/wim/home/hyprland.nix +++ b/hosts/wim/home/hyprland.nix @@ -12,13 +12,8 @@ in { programs.ags = { enable = true; configDir = symlink "${configDir}/ags"; - package = (ags.packages.x86_64-linux.default.overrideAttrs - (_: prev: { - buildInputs = with pkgs; prev.buildInputs ++ [ - libgudev - ]; - }) - ); + package = ags.packages.x86_64-linux.default; + extraPackages = [ pkgs.libgudev ]; }; wayland.windowManager.hyprland = {