mirror of
https://git.sr.ht/~rouven/nixos-config
synced 2025-01-19 01:21:39 +01:00
gtk theme fix
This commit is contained in:
parent
31ae57f649
commit
32d44bec0c
1 changed files with 1 additions and 0 deletions
|
@ -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