gtk: Fix wrong icon theme being used

The dark variant is naturally for dark color schemes.
This commit is contained in:
Donovan Glover 2023-05-14 15:59:40 -04:00
parent c7c6a7160c
commit 71214a7d3a
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65

View File

@ -474,7 +474,7 @@
};
iconTheme = {
package = pkgs.fluent-icon-theme;
name = "Fluent";
name = "Fluent-dark";
};
};
programs.kitty = {