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;