gtk: Remove redundant icon declaration

Not needed with stylix.
This commit is contained in:
Donovan Glover 2024-04-18 21:26:22 -04:00
parent f9426b18c8
commit 54a392bc58
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65

View File

@ -1,17 +1,12 @@
{ pkgs, ... }:
let
inherit (pkgs) phinger-cursors fluent-icon-theme;
inherit (pkgs) fluent-icon-theme;
in
{
gtk = {
enable = true;
cursorTheme = {
package = phinger-cursors;
name = "phinger-cursors-dark";
};
gtk3.extraConfig = {
gtk-decoration-layout = "menu:";
gtk-xft-antialias = 1;