dotfiles/modules/home-manager/qt.nix
2025-05-11 22:16:21 +02:00

3 lines
47 B
Nix

{pkgs, ...}: {
qt.platformTheme = "gnome";
}