From f6e2f16191e1d2bc172a5cbbdf0c3908df9ce27e Mon Sep 17 00:00:00 2001 From: sora Date: Tue, 5 Mar 2024 20:38:18 +0100 Subject: [PATCH] Update modules/home/wayland/apps/eww/default.nix --- 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 d501df1..16187cb 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-wayland jaq custom.amdgpu_top ]; + home.packages = with pkgs; [ eww jaq custom.amdgpu_top ]; xdg.configFile."eww" = { source = lib.cleanSourceWith {