From 54a392bc58727b7944608541b73cf92530a1d85f Mon Sep 17 00:00:00 2001 From: Donovan Glover Date: Thu, 18 Apr 2024 21:26:22 -0400 Subject: [PATCH] gtk: Remove redundant icon declaration Not needed with stylix. --- home/gtk.nix | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/home/gtk.nix b/home/gtk.nix index b32f3292..d0511c33 100644 --- a/home/gtk.nix +++ b/home/gtk.nix @@ -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;