From 198250d7e8c9bd88411e90a5912753ab6add7311 Mon Sep 17 00:00:00 2001 From: Daylin Morgan Date: Thu, 8 Aug 2024 10:34:15 -0500 Subject: [PATCH] add qtwayland for some reason --- modules/desktop/window-managers/hyprland.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/modules/desktop/window-managers/hyprland.nix b/modules/desktop/window-managers/hyprland.nix index 3f2b2ba..71ab028 100644 --- a/modules/desktop/window-managers/hyprland.nix +++ b/modules/desktop/window-managers/hyprland.nix @@ -47,6 +47,9 @@ mkOizysModule config "hyprland" { swww catppuccin-cursors.mochaDark + + # not even clear why I need to add this but ¯\_(ツ)_/¯ + kdePackages.qtwayland ]) ++ [ (flake.pkg "hyprman") ]