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 also7e685d3693for Cinnamon and36bc3f46bafor Pantheon.
This commit is contained in:
@@ -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
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user