nixfiles/nixos/roles/graphical/qt.nix

7 lines
97 B
Nix

_: {
qt = {
enable = true;
style = "adwaita-dark";
platformTheme = "gnome";
};
}