From 604e69f4d3ff9e8b90676b1464a301adf3f224dc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fabi=C3=A1n=20Montero?= Date: Wed, 7 Sep 2022 23:17:54 -0600 Subject: [PATCH] =?UTF-8?q?shenvs/altera:=20a=C3=B1ade=20nightmode=20a=20q?= =?UTF-8?q?uartus?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- home/shenvs/altera.nix | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/home/shenvs/altera.nix b/home/shenvs/altera.nix index af3bbc8..f95f4bd 100644 --- a/home/shenvs/altera.nix +++ b/home/shenvs/altera.nix @@ -44,6 +44,8 @@ with lib; { ]; in concatStringsSep "\n" inputs; + + # dice soto que ponga esto globalmente si quiero nightmode en todo # Usar gtk en aplicaciones de jvm home.sessionVariables._JAVA_OPTIONS = concatStringsSep " " [ "-Dawt.useSystemAAFontSettings=on" @@ -72,5 +74,10 @@ with lib; { name = "Materia-dark"; }; }; + + qt = { + enable = true; + platformTheme = "gtk"; + }; }; } \ No newline at end of file