diff --git a/modules/home/waybar.nix b/modules/home/waybar.nix new file mode 100644 index 0000000..6d0c232 --- /dev/null +++ b/modules/home/waybar.nix @@ -0,0 +1,5 @@ +{ + imports = [ + ../../apps/waybar/home.nix + ]; +}