Unverified Commit 178623cb authored by Bobby Rong's avatar Bobby Rong Committed by GitHub
Browse files

nixos/budgie: Drop qt style override (#400522)

parents 18b6c130 48b49702
Loading
Loading
Loading
Loading
+0 −7
Original line number Diff line number Diff line
@@ -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
    ];