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