Unverified Commit ddd4973d authored by Bobby Rong's avatar Bobby Rong
Browse files

nixos/cinnamon: Drop qgnomeplatform

The upstream is not maintained, and qadwaitadecoration
does not seem to be xorg-related. We should have proper
shadows when using SSD.
parent f4e1e862
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -140,7 +140,7 @@

- The Cinnamon module now enables XDG desktop integration by default. If you are experiencing collisions related to xdg-desktop-portal-gtk you can safely remove `xdg.portal.extraPortals = [ pkgs.xdg-desktop-portal-gtk ];` from your NixOS configuration.

- GNOME, Pantheon module no longer forces Qt applications to use Adwaita style since it was buggy and is no longer maintained upstream. If you still want it, you can add the following options to your configuration but it will probably be eventually removed:
- GNOME, Pantheon, Cinnamon module no longer forces Qt applications to use Adwaita style since it was buggy and is no longer maintained upstream. If you still want it, you can add the following options to your configuration but it will probably be eventually removed:

  ```nix
  qt = {
+0 −5
Original line number Diff line number Diff line
@@ -212,11 +212,6 @@ in
      programs.bash.vteIntegration = mkDefault true;
      programs.zsh.vteIntegration = mkDefault true;

      # Harmonize Qt applications under Cinnamon
      qt.enable = true;
      qt.platformTheme = "gnome";
      qt.style = "adwaita";

      # Default Fonts
      fonts.packages = with pkgs; [
        source-code-pro # Default monospace font in 3.32