mirror of
https://github.com/nickolaj-jepsen/nixos.git
synced 2026-01-22 16:16:50 +01:00
8 lines
97 B
Nix
8 lines
97 B
Nix
|
|
_: {
|
||
|
|
qt = {
|
||
|
|
enable = true;
|
||
|
|
platformTheme = "gnome";
|
||
|
|
style = "adwaita-dark";
|
||
|
|
};
|
||
|
|
}
|