From 21b953f274520897b8d4f05571575a8d8bd61a10 Mon Sep 17 00:00:00 2001 From: Joshua Yuen Date: Thu, 31 Jul 2025 01:34:45 -0400 Subject: [PATCH] Add KDE config TODO --- modules/home/xdg.nix | 1 + 1 file changed, 1 insertion(+) 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 []); };