nixos-configuration/home/qt.nix

7 lines
78 B
Nix
Raw Normal View History

2022-02-15 15:44:40 +01:00
{ ... }: {
qt = {
enable = true;
2024-06-15 16:02:25 +02:00
platformTheme.name = "gtk";
2022-02-15 15:44:40 +01:00
};
}