From ece337586c7a3e3340099d9e3b8697390a830479 Mon Sep 17 00:00:00 2001 From: Michael Thomas Date: Mon, 3 Jun 2024 11:49:05 -0400 Subject: [PATCH] feat(hyprland): move to ironbar might ultimately move to ags, this is just a stopgap --- user/modules/hyprland.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/user/modules/hyprland.nix b/user/modules/hyprland.nix index f9cfd24..ec71db8 100644 --- a/user/modules/hyprland.nix +++ b/user/modules/hyprland.nix @@ -4,8 +4,9 @@ ... }: { imports = [ - ./waybar inputs.hyprland.homeManagerModules.default + # ./waybar + ./ironbar ./wofi.nix ];