diff --git a/home/homemodules/default.nix b/home/homemodules/default.nix index 78ad9ac..150dba6 100644 --- a/home/homemodules/default.nix +++ b/home/homemodules/default.nix @@ -17,6 +17,7 @@ ./git ./helix ./hyprland + ./hyprpanel ./jellyfin-tui ./kitty ./lazygit diff --git a/home/homemodules/hyprland/hyprland.nix b/home/homemodules/hyprland/hyprland.nix index 167dca6..d935e16 100644 --- a/home/homemodules/hyprland/hyprland.nix +++ b/home/homemodules/hyprland/hyprland.nix @@ -10,7 +10,7 @@ dynamicCursor.enable = false; trails.enable = true; hyprspace.enable = false; # Always broken - hyprpanel.enable = true; + hyprpanel.enable = false; caelestia.enable = false; keybindings = { diff --git a/home/homemodules/1_deprecated/hyprpanel/default.nix b/home/homemodules/hyprpanel/default.nix similarity index 100% rename from home/homemodules/1_deprecated/hyprpanel/default.nix rename to home/homemodules/hyprpanel/default.nix diff --git a/home/homemodules/1_deprecated/hyprpanel/options.nix b/home/homemodules/hyprpanel/options.nix similarity index 100% rename from home/homemodules/1_deprecated/hyprpanel/options.nix rename to home/homemodules/hyprpanel/options.nix