mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-06-20 17:57:47 +02:00
gtk: Remove redundant icon declaration
Not needed with stylix.
This commit is contained in:
parent
f9426b18c8
commit
54a392bc58
@ -1,17 +1,12 @@
|
|||||||
{ pkgs, ... }:
|
{ pkgs, ... }:
|
||||||
|
|
||||||
let
|
let
|
||||||
inherit (pkgs) phinger-cursors fluent-icon-theme;
|
inherit (pkgs) fluent-icon-theme;
|
||||||
in
|
in
|
||||||
{
|
{
|
||||||
gtk = {
|
gtk = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
||||||
cursorTheme = {
|
|
||||||
package = phinger-cursors;
|
|
||||||
name = "phinger-cursors-dark";
|
|
||||||
};
|
|
||||||
|
|
||||||
gtk3.extraConfig = {
|
gtk3.extraConfig = {
|
||||||
gtk-decoration-layout = "menu:";
|
gtk-decoration-layout = "menu:";
|
||||||
gtk-xft-antialias = 1;
|
gtk-xft-antialias = 1;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user