This commit is contained in:
Hadi
2024-09-04 21:04:53 +02:00
parent 7ddff66f00
commit 0489f7eaa7
3 changed files with 15 additions and 30 deletions

View File

@@ -20,6 +20,18 @@
name = config.var.theme.font;
size = config.var.theme.font-size;
};
gtk3.extraConfig = {
Settings = ''
gtk-application-prefer-dark-theme=1
'';
};
gtk4.extraConfig = {
Settings = ''
gtk-application-prefer-dark-theme=1
'';
};
};
home.pointerCursor = {