rework eww - still wip

This commit is contained in:
2025-08-30 18:37:22 +02:00
parent 79fb4b1f2a
commit 84ee3b6b12
10 changed files with 84 additions and 113 deletions

View File

@@ -1,7 +1,7 @@
{ pkgs, ... }:
{
home.packages = with pkgs; [ eww ];
home.packages = with pkgs; [ eww jq ];
xdg.configFile."eww" = {
recursive = true;