start update to nixpkgs 24.05 by updating kasei and common

This commit is contained in:
2024-06-02 17:13:29 +02:00
parent c3e52087ad
commit 9caab9f6a7
7 changed files with 150 additions and 155 deletions

View File

@@ -133,7 +133,7 @@ in {
qt = mkIf graphics {
enable = true;
platformTheme = "gtk";
platformTheme.name = "gtk";
style = {
name = "adwaita-dark";
package = pkgs.adwaita-qt;