[eww] Fixes to eww config.

This commit is contained in:
2025-02-26 17:22:35 -08:00
parent ff02d9038c
commit 4954643d62
2 changed files with 4 additions and 9 deletions

View File

@@ -1,11 +1,7 @@
{ pkgs, ... }:
{ ... }:
{
home.packages = with pkgs; [
eww
];
home.file.".config/eww" = {
source = ./config;
recursive = true;
programs.eww = {
enable = true;
configDir = ./config;
};
}