From 9a578de3ad0bd59c7ae9c1775ee4b4889b21122d Mon Sep 17 00:00:00 2001 From: soraefir Date: Sat, 13 Apr 2024 19:35:05 +0200 Subject: [PATCH] Jaq --- modules/home/wayland/apps/eww/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/home/wayland/apps/eww/default.nix b/modules/home/wayland/apps/eww/default.nix index 0c4cd5d..11aa231 100755 --- a/modules/home/wayland/apps/eww/default.nix +++ b/modules/home/wayland/apps/eww/default.nix @@ -1,7 +1,7 @@ { lib, config, pkgs, ... }: { config = lib.mkIf (config.homecfg.wm == "Wayland") { - home.packages = with pkgs; [ eww jq custom.amdgpu_top ]; + home.packages = with pkgs; [ eww jq jaq custom.amdgpu_top ]; xdg.configFile."eww" = { source = lib.cleanSourceWith {