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 - }; + ]; }