shenvs/altera: añade nightmode a quartus

This commit is contained in:
Fabián Montero 2022-09-07 23:17:54 -06:00
parent 6ffdfb02da
commit 604e69f4d3

View file

@ -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";
};
};
}