diff --git a/modules/home/xdg.nix b/modules/home/xdg.nix index ebdbd67..f3e6aba 100644 --- a/modules/home/xdg.nix +++ b/modules/home/xdg.nix @@ -35,6 +35,7 @@ in then [ pkgs.hyprland ] else []) ++ (if plasmaCfg.enable + # TODO: use the correct packages or config then [ pkgs.kdePackages.kde-gtk-config ] else []); };