shenvs/altera: añade nightmode a quartus
This commit is contained in:
parent
6ffdfb02da
commit
604e69f4d3
|
@ -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";
|
||||
};
|
||||
};
|
||||
}
|
Loading…
Reference in a new issue