mirror of
https://git.sr.ht/~rouven/nixos-config
synced 2024-11-15 05:13:10 +01:00
gtk theme fix
This commit is contained in:
parent
31ae57f649
commit
32d44bec0c
|
@ -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 = {
|
||||
|
|
Loading…
Reference in a new issue