gtk theme fix

This commit is contained in:
Rouven Seifert 2023-01-29 14:29:34 +01:00
parent 31ae57f649
commit 32d44bec0c
Signed by: rouven.seifert
GPG key ID: B95E8FE6B11C4D09

View file

@ -1,6 +1,7 @@
{ config, pkgs, ... }:
{
# theme hardcoded to dracula, too lazy to make all this base16
home.sessionVariables.GTK_THEME = "Dracula";
gtk = {
enable = true;
theme = {