Update modules/home/wayland/apps/eww/default.nix

This commit is contained in:
sora 2024-03-05 20:38:18 +01:00
parent e67052bd90
commit f6e2f16191

View File

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