diff --git a/modules/home/wayland/apps/eww/default.nix b/modules/home/wayland/apps/eww/default.nix index 16187cb..0c4cd5d 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 jaq custom.amdgpu_top ]; + home.packages = with pkgs; [ eww jq custom.amdgpu_top ]; xdg.configFile."eww" = { source = lib.cleanSourceWith {