This repository has been archived on 2024-07-10. You can view files and clone it, but cannot push or open issues or pull requests.
dotfiles-nix/nix/home/theme/qt.nix

10 lines
143 B
Nix
Raw Normal View History

2024-03-24 16:15:15 +01:00
{ ... }: {
# qt
qt = {
2024-06-04 17:04:19 +02:00
enable = true;
style.name = "adwaita-dark";
platformTheme.name = "adwaita";
2024-03-24 16:15:15 +01:00
};
}