From 38a723941b738be5708727c71359e899a446f253 Mon Sep 17 00:00:00 2001 From: Culis Gaspard Date: Wed, 18 Sep 2024 15:00:31 +0200 Subject: [PATCH] eww: Added nixos config --- bar/eww/default.nix | 2 +- de/hypr/default.nix | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/bar/eww/default.nix b/bar/eww/default.nix index 7f7547b..c895afe 100644 --- a/bar/eww/default.nix +++ b/bar/eww/default.nix @@ -3,7 +3,7 @@ ... } : { home.file = { - ".config/eww".source = .; + ".config/eww".source = ../eww; }; home.packages = [ diff --git a/de/hypr/default.nix b/de/hypr/default.nix index 1cf73cc..f533088 100644 --- a/de/hypr/default.nix +++ b/de/hypr/default.nix @@ -14,7 +14,7 @@ }; # bar is required - imports = { + imports = [ ../../bar - }; + ]; }