Shura: remove GTK renderer test
This commit is contained in:
parent
10b7d0badf
commit
840a05eed3
|
@ -25,12 +25,6 @@ in
|
||||||
system.stateVersion = stateVersion;
|
system.stateVersion = stateVersion;
|
||||||
networking.hostName = hostName;
|
networking.hostName = hostName;
|
||||||
|
|
||||||
# TESTING: Try out different GTK renderers: gl (old), ngl (new), or vulkan (new and unstable)
|
|
||||||
# See https://blog.gtk.org/2024/01/28/new-renderers-for-gtk/
|
|
||||||
environment.sessionVariables = {
|
|
||||||
"GSK_RENDERER" = "gl";
|
|
||||||
};
|
|
||||||
|
|
||||||
aux.system = {
|
aux.system = {
|
||||||
apps = {
|
apps = {
|
||||||
development.enable = true;
|
development.enable = true;
|
||||||
|
@ -61,8 +55,8 @@ in
|
||||||
keepassxc # Use native instead of Flatpak due to weird performance issues
|
keepassxc # Use native instead of Flatpak due to weird performance issues
|
||||||
];
|
];
|
||||||
|
|
||||||
# Keep old generations for one week.
|
# Keep old generations for two weeks.
|
||||||
retentionPeriod = "7d";
|
retentionPeriod = "14d";
|
||||||
|
|
||||||
services = {
|
services = {
|
||||||
# Run daily automatic updates.
|
# Run daily automatic updates.
|
||||||
|
|
Loading…
Reference in a new issue