Add KDE config TODO

This commit is contained in:
Joshua Yuen 2025-07-31 01:34:45 -04:00
parent 2ce1a8ae1b
commit 21b953f274
Signed by: josh
GPG Key ID: 502720BC22ED411C
1 changed files with 1 additions and 0 deletions

View File

@ -35,6 +35,7 @@ in
then [ pkgs.hyprland ] then [ pkgs.hyprland ]
else []) else [])
++ (if plasmaCfg.enable ++ (if plasmaCfg.enable
# TODO: use the correct packages or config
then [ pkgs.kdePackages.kde-gtk-config ] then [ pkgs.kdePackages.kde-gtk-config ]
else []); else []);
}; };