1
0
Fork 0

Fix accent color definition

This commit is contained in:
Malte 2023-02-24 17:19:55 +01:00
parent 29efffbac2
commit 00d74f4e2d
2 changed files with 1 additions and 1 deletions

View file

@ -33,7 +33,6 @@
inherit (lib.hm.gvariant) mkTuple mkUint32; inherit (lib.hm.gvariant) mkTuple mkUint32;
font = "B612 8"; font = "B612 8";
in { in {
m-0.colors.accent = "3000d0";
home.packages = extensions; home.packages = extensions;
services.gpg-agent.pinentryFlavor = "gnome3"; services.gpg-agent.pinentryFlavor = "gnome3";
dconf.settings = { dconf.settings = {

View file

@ -8,4 +8,5 @@
}; };
}; };
}; };
config.m-0.colors.accent = "3000d0";
} }