From c3234a18b1348a0bba492bce53029b3b14bcd7fd Mon Sep 17 00:00:00 2001 From: Ahurac Date: Wed, 23 Oct 2024 20:17:41 +0200 Subject: [PATCH] fix: add eww but better --- ahrc-laptop/home.nix | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/ahrc-laptop/home.nix b/ahrc-laptop/home.nix index 5c1db1e..4751aec 100644 --- a/ahrc-laptop/home.nix +++ b/ahrc-laptop/home.nix @@ -59,9 +59,8 @@ }; }; - programs.eww = { enable = true; }; - home.file."${config.xdg.configHome}/eww" = { - source = ./eww; - recursive = true; + programs.eww = { + enable = true; + configDir = ./eww; }; }