chore: fix some outdated todos

This commit is contained in:
matt1432 2024-02-12 09:35:07 -05:00
parent ec1fcb7a37
commit 24b184e347
5 changed files with 3 additions and 40 deletions

View file

@ -39,7 +39,7 @@ in {
home.packages = with pkgs; [
libsForQt5.qtstyleplugin-kvantum
qt6Packages.qtstyleplugin-kvantum #FIXME: doesn't work with qt6ct
qt6Packages.qtstyleplugin-kvantum
];
qt = {
enable = true;
@ -71,5 +71,6 @@ in {
"Kvantum/kvantum.kvconfig".text = "[General]\ntheme=Dracula";
"qt5ct/qt5ct.conf".text = qtconf + "kvantum";
"qt6ct/qt6ct.conf".text = qtconf + "kvantum";
};
}