mirror of
https://github.com/donovanglover/nix-config.git
synced 2024-11-22 00:03:55 +01:00
gtk: Remove redundant icon declaration
Not needed with stylix.
This commit is contained in:
parent
f9426b18c8
commit
54a392bc58
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user