NixOS-Config/home-manager/style/qt.nix

9 lines
126 B
Nix
Raw Normal View History

2024-08-24 22:16:51 -04:00
{pkgs, ...}: {
# Theme QT apps
qt = {
enable = true;
style.name = "gtk2";
platformTheme.name = "gtk2";
};
}