more config stuff

This commit is contained in:
twoneis 2024-03-13 20:34:10 +01:00
parent 4b84b88dc4
commit 5cdeaf971b
5 changed files with 16 additions and 3 deletions

View file

@ -1,7 +1,8 @@
{ ... }: {
{ pkgs, ... }: {
qt = {
enable = true;
platformTheme = "gtk3";
style.package = pkgs.adwaita-qt;
style.name = "adwaita-dark";
};