marleyos/home/appearance/qt.nix

11 lines
189 B
Nix
Raw Normal View History

{ flake, ... }:
2024-11-03 13:16:43 -08:00
{
xdg.configFile."qt5ct/colors/rose-pine.conf".source = "${flake.inputs.rose-pine-qt5ct}/rose-pine.conf";
2024-11-03 13:16:43 -08:00
qt = {
enable = true;
style.name = "adwaita";
};
}