mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-14 06:00:33 +03:00
nixos/budgie: Drop qt style override
https://hydra.nixos.org/build/295225429 This unbreaks nixosTests.budgie when a fix for qt6gtk2 is still in review. This does not seem to work in Wayland so I guess we will eventually drop that in next Budgie bump anyway. See also7e685d3693
for Cinnamon and36bc3f46ba
for Pantheon.
This commit is contained in:
parent
b024ced1aa
commit
48b497021e
1 changed files with 0 additions and 7 deletions
|
@ -199,13 +199,6 @@ in
|
|||
monospace = mkDefault [ "Hack" ];
|
||||
};
|
||||
|
||||
# Qt application style.
|
||||
qt = {
|
||||
enable = mkDefault true;
|
||||
style = mkDefault "gtk2";
|
||||
platformTheme = mkDefault "gtk2";
|
||||
};
|
||||
|
||||
environment.pathsToLink = [
|
||||
"/share" # TODO: https://github.com/NixOS/nixpkgs/issues/47173
|
||||
];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue