Jaq
All checks were successful
Nix Build / build-nixos (push) Successful in 4m41s

This commit is contained in:
soraefir 2024-04-13 19:35:05 +02:00
parent c5d1e36160
commit 9a578de3ad
Signed by: sora
GPG Key ID: A362EA0491E2EEA0

View File

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